HTML-Headings with Examples

Published by Admin on

HTML headings are titles/subtitles that you want to display on a HTML webpage. HTML headings are defined with the <h1> tag, <h2> tag, <h3> tag, <h4> tag, <h5> tag and <h6> tags. <h1> tag defines the most important heading. <h6> tag defines the least important heading.

Example

<h1>This is Heading 1</h1>
<h2>This is Heading 2</h2>
<h3>This is Heading 3</h3>
<h4>This is Heading 4</h4>
<h5>This is Heading 5</h5>
<h6>This is Heading 6</h6>

Output



0 Comments

Leave a Reply

Facebook
Twitter
Pinterest
LinkedIn
Instagram
Follow by Email
YouTube
Telegram
RSS
WhatsApp