FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Choose the correct HTML element for the largest heading:
A
<h6>
B
<h1>
C
<head>
D
<heading>
Explanation: 

Detailed explanation-1: -<h1> defines largest heading and <h6> defines smallest heading.

Detailed explanation-2: -The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Detailed explanation-3: -HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading.

Detailed explanation-4: -<h1> defines the most important heading. <h6> defines the least important heading.

Detailed explanation-5: -<h1>–<h6>: The HTML Section Heading elements <h1> is the highest section level and <h6> is the lowest.

There is 1 question to complete.