Computer-Networks

September 9, 2024

Web-Technologies

September 9, 2024

Computer-Networks

September 9, 2024

Web-Technologies

September 9, 2024

Web-Technologies

Question 36
Which of the following tag is used intended for navigation in HTML5?
A
nav
B
footer
C
section
D
navigation tag
Question 36 Explanation: 
The < nav > tag defines a set of navigation links.
Notice that NOT all links of a document should be inside a < nav > element. The < nav > element is intended only for major blocks of navigation links.
Browsers, such as screen readers for disabled users, can use this element to determine whether to omit the initial rendering of this content.
Correct Answer: A
Question 36 Explanation: 
The < nav > tag defines a set of navigation links.
Notice that NOT all links of a document should be inside a < nav > element. The < nav > element is intended only for major blocks of navigation links.
Browsers, such as screen readers for disabled users, can use this element to determine whether to omit the initial rendering of this content.

Leave a Reply

Your email address will not be published. Required fields are marked *