09-04-2018, 06:43 AM
They are used in 5 levels of hierarchy. The bigger the number, the smaller the text. It is simply a text sizing and styling tool. For example, if I put some text between <h1></h1>, it will be a large page heading.
<h1>My Blog Page</h1>
^The html code above, if entered into an html document, would be a large heading, typically used to title a page for the viewers to see.
The heading tags are basically good for adding a bold emphasis and size difference to your text. Good luck
<h1>My Blog Page</h1>
^The html code above, if entered into an html document, would be a large heading, typically used to title a page for the viewers to see.
The heading tags are basically good for adding a bold emphasis and size difference to your text. Good luck
