COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which if the following is smallest?
|
<h1></h1>
|
|
<h2><h/2>
|
|
<h3></h3>
|
|
<h4></h4>
|
Explanation:
Detailed explanation-1: -HTML <h4> Tag The rank is given in the heading name; <h1> has the highest rank, and <h6> has the lowest rank. Two headings of the same name have the same rank. Browsers typically render the various headings in different sizes-with <h1> being the largest and <h6> being the smallest.
Detailed explanation-2: -The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.
Detailed explanation-3: -The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading. <h6> defines the least important heading.
Detailed explanation-4: -h4 = 18 pixels, h5 = 16 pixels, h6 = 16 pixels.
There is 1 question to complete.