Computer Applications
What is the purpose of using the tags <H1>...<H6> ?
HTML Intro
3 Likes
Answer
The purpose of using the tags <H1> ... <H6> is to define headings of different levels, with <H1> being the highest level and <H6> being the lowest level.
Answered By
1 Like
Related Questions
What do you mean by the term 'source code' of the current page viewed in a Web Browser ?
Which tag do we use to change the size and style (face) of the text of a HTML file viewed on a Web Browser ? Also explain any two attributes used with this tag.
What is the method of viewing the source code of the current page in Web Browsers ?
What is the method of using comment line in HTML code ?