Headings in HTML
There are six heading tags in HTML.
We can use them according to requirement.
<h1>Content 1</h1>
<h2>Content 2 </h2>
<h3>Content 3 </h3>
<h4>Content 4 </h4>
<h5>Content 5 </h5>
<h6>Content 6 </h6>
While H1 has Maximum Size and H6 has Minimum Size.
Write down above code in TextEditor and Save File with (Dot) . Html extension to execute File in Browser.
Comments
Post a Comment