How to use heading tag in HTML?
HTML Headings:Headings are defined with the
HTML Headings:Headings are defined with the
<xmp>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</xmp>
<div class="embed-responsive embed-responsive-16by9 box effect6" data-ce-key="155">
<iframe class="embed-responsive-item" src="http://www.atnyla.com/library/html/list-of-heading.html"></iframe>
</div>
Headings are defined with the to tags.
defines the most important heading. defines the least important heading.
First read the algorithm, then study the program code line by line. After that, compare the code with the output and finally go through the explanation. This approach helps learners understand both the logic and the implementation properly.
After understanding this example, try to rewrite the same program without looking at the code. Then change some values or logic and run it again. This helps improve confidence and keeps learners engaged on the page for longer.