1.

The __________ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting.(a) b(b) bdi(c) bdo(d) baseThis question was posed to me during an online interview.Question is taken from Major HTML5 Themes in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right choice is (b) bdi

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions