Home » HTML » Html miscellaneous » Question
  1. The __________ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting.
    1. base
    2. bdo
    3. b
    4. bdi
    5. None of these
Correct Option: D

The base Url target relative to all URL’s in document is specified by base tag in html. B is for bold text representation. bdi stands for Bi-directional Isolation. This element is useful when embedding user-generated content with an unknown directionality. Direction of text is displayed by bdo element.



Your comments will be displayed only after manual approval.