Which of the following tag is used intended for navigation in HTML5?

Which of the following tag is used intended for navigation in HTML5? Correct Answer nav

The correct answer is option 1

Key Points

<nav> tag represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.

Additional Information

  • The <footer> tag defines a footer for a document or section. This tag is typically used to display information about authorship information, copyright information, contact information, etc.
  • The <section> tag divides the content into section and subsections. It is used to group similar content into a section.
  • <navigation> is not a valid tag in HTML5.

Related Questions

To prevent the characters in your script from conflicting with the reserved XML characters ] tag b) Use !] tag c) Use ! tag d) None of the mentioned
grails create-tag-lib tag-lib-name command creates a custom tag library under:-
Which of the following tag is used for audio in HTML5?