Choose the correct HTML tag for the smallest size heading ? A) b) c) d)
Answers
Answered by
18
<h6> tag used for smallest size heading..
Answered by
8
First you need to give all the four options so that we can give answer to your question.
<h1> is the smallest size heading used in HTML document. It is least important heading among <h1> and <h6> tags.
By using these tags one can add structure to the web pages.
Similar questions