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
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
In C++, an overloaded unary operator defined as a member function requires how many variables to be passed as function argument?
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts
Question 2
Easy
Source :
HTET 2022
How many times 'save trees' will be displayed by C++ loop?
do { cout << "save trees"; } while(0);
Chapter :
Python Programming Fundamentals
Topic :
Control Structures
Question 3
Easy
Source :
HTET 2022
In context of MS-Word, with a _______ indent, the second and all the following lines of a paragraph are indented more than the first line…
Chapter :
Office Automation Tools
Topic :
Word Processor (MS Word)
Question 4
Easy
Source :
HTET 2022
In context of databases consider set operations on relation R and S, and select a true statement:
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts