InterviewSolution
Saved Bookmarks
| 1. |
What is heading tag? |
|
Answer» Heading tags are elements in the HTML code of your site that represent the headers on your page. Header tags have a descending hierarchy from <H1> (Header 1) to <H6> (Header 6) and can be used to indicate SECTIONS and subsections of a page. For example, you can use H2 tags for section titles and H3 for subsection titles. |
|