1.

____________ contains the navigation menu, or other navigation functionality for the page.(a) section(b) header(c) nav(d) asideThis question was posed to me in final exam.Query is from HTML5 Document Structure Changes in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Correct ANSWER is (c) nav

The best explanation: The nav element is for marking up the navigation links or other constructs (eg a SEARCH form) that will take you to different PAGES of the current site, or different areas of the current page. Header contains section of HEADINGS. Section element is used to make sections in document. The aside tag defines a BLOCK of content that is related to the main content around it, but not central to the flow of it.



Discussion

No Comment Found

Related InterviewSolutions