Happy to see you all once again, I hope all my previous articles are very useful to you all, I recommended to share all my articles with your social network, it will surely help you and yours friends also,

Now comes on this post, In this post i would like and share the detailed explain about the What is HTML tag and their uses

html tutorials, html programs, html tutorials point, tutorials point, helpful tricks, html website, html site, html books, html collections, html tags ,

What is HTML Headings Tag :


Html will consist of different tags each and every tags will be perform different actions.

Html headings will be defined in the 6 type of tags such as h1 to h6 tags.

HTML Heading Tag Uses:


Html heading tag is mainly used to differenciate particular selected text in to different font size.


Example :


<html>

<body>

<h1> Sample Heading For H1 </h1>

<h2> Sample Heading For H2 </h2>

<h3> Sample Heading For H3 </h3>

<h4> Sample Heading For H4 </h4>

<h5> Sample Heading For H1 </h5>

<h6> Sample Heading For H1 </h6>

</body>

</html>

Save the file in output.html extension , then open this file in your browsers to get the result.

Post a Comment Blogger Disqus

 
Top