Question
Easy

In HTML version-5, the purpose of this element is to encapsulate group of links:

1
<web>
2
<link>
3
<nav>
4
<a href>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option C
Explanation

The correct option is (3): The correct element is \. The \ tag is a crucial semantic element introduced in HTML version-5, and its primary purpose is exactly what the question describes: to act as a container for a group of major navigation links. The name 'nav' stands for navigation, and it helps both search engines and accessibility tools (like screen readers) understand which part of the document contains the…Read More