1. Which of the following defines the least prominent heading?
a. <h1>
b. <h5>
d. None of these
C.
<h6>
Answers
Answered by
8
Answer:
h1
Explanation:
HTML offers six levels of heading tags, <h1> through <h6> ; the higher the heading level number, the greater its importance — therefore <h1> tag defines the most important heading, whereas the <h6> tag defines the least important heading in the document.
Similar questions