Which heading element gives the most prominent
headings? 1 marks
ka answer
Answers
Answered by
1
h1 element
Explanation: The h1 element is used to indicate the most important (or highest-level) heading on the page. In total, we have six heading levels to choose from—h1 to h6—to add structure to the web page. h1 is the highest heading level (and, by default, the largest in terms of font size) and h6 the lowest (and smallest).
Answered by
9
Answer:
h1
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