'hN' Syntax and Note : hN « HTML Tag Reference « HTML CSS Reference






'hN' Syntax and Note

Note:

This element sets the font size. 

The letter N represents the size of the font relative to the base 
font of the document. 

To display text in a size equal to the base font using the <h> tag. 

The value of N can be from 1 to 6. 

The size of the font has an inverse relationship with the number, 
so 1 is the largest font, and 6 is the smallest font.
    
Syntax:
    
<hN attributes events> . . . </hN>
    

      
      








Related examples in the same category

1.'hN' HTML Attributes
2.'hN' Event Handlers
3.'hN' CSS Attributes and JavaScript Style Properties
4.'hN' Example
5.'hN' Microsoft Behaviors
6.'hN' Microsoft Filters
7.'hN' JavaScript Properties
8.'hN' JavaScript Methods
9.'hN' JavaScript Collections
10.'hN' JavaScript Objects