NEW

6/recent/ticker-posts

Header Ads Widget

HTML Heading

 

HTML Heading

A HTML heading or HTML h tag can be defined as a title or a subtitle which you want to display on the webpage. When you place the text within the heading tags <h1>.........</h1>, it is displayed on the browser in the bold format and size of the text depends on the number of heading.

There are six different HTML headings which are defined with the <h1> to <h6> tags, from highest level h1 (main heading) to the least level h6 (least important heading).

h1 is the largest heading tag and h6 is the smallest one. So h1 is used for most important heading and h6 is used for least important.

Headings in HTML helps the search engine to understand and index the structure of web page.

See this example:

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

Output:

Heading no. 1

Heading no. 2

Heading no. 3

Heading no. 4

Heading no. 5
Heading no. 6
  • HTML headings can also be used with nested elements. Following are different codes to display the way to use heading elements.

Example:

  1. <!DOCTYPE html>  
  2. <html>  
  3.  <head>  
  4.     <title>Heading elements</title>  
  5.  </head>  
  6.  <body>  
  7.      <h1>This is main heading of page. </h1>  
  8.       <p>h1 is the most important heading, which is used to display the keyword of page </p>  
  9.      <h2>This is first sub-heading</h2>  
  10.       <p>h2 describes the first sub heading of page. </p>  
  11.      <h3>This is Second sub-heading</h3>  
  12.       <p>h3 describes the second sub heading of page.</p>  
  13.       <p>We can use h1 to h6 tag to use the different sub-heading with their paragraphs if         
  14.                      required.   
  15.                 </p>  
  16.    </body>  
  17. </html>  

Output:

HTML Heading


Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<h1> to <h6>YesYesYesYesYes



Post a Comment

0 Comments

Recents Post

Exploring Paidwork - Your Gateway to Earning Online