Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

1 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Concept


Tag <h> is used to create heading content, with decreasing size from 1 to 6.

When using heading tags, remember that they also carry semantic meaning. Arrange them in a logical and meaningful way to help readers understand the structure of the webpage.


How to use


Example:

<h1>Hello</h1>
<h2>Hello</h2>
<h3>Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>
<h6>Hello</h6>






Result:

Hello

Hello

Hello

Hello

Hello
Hello



Read more
On This Page