Headings, Lines, Comments part 1
HTML Headings
HTML includes six levels of headings, which are ranked according to importance.
These are <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.
The following code defines all of the headings:
Result:
It is not recommended that you use headings just to make the text big or bold, because search engines use headings to index the web page structure and content.
Comments
Post a Comment