1.

The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag.(a) object(b) figure(c) embed(d) collectThis question was addressed to me in an interview for job.I'm obligated to ask this question of HTML5 Document Structure Changes topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right answer is (a) object

To explain: HTML documents are delivered as “documents”.These are then parsed, which turns them into the Document Object Model (DOM) INTERNAL representation, within the WEB browser. A self-contained information like IMAGES, diagrams are specified by figure tag in HTML. EXTERNAL applications are EMBED using embed tag.



Discussion

No Comment Found

Related InterviewSolutions