Heading tag is used to give headings of particular sizes
in a document.
There are six different HTML heading tags, which gives different heading sizes and are defined by <h1> to <h6> tags.
<h1>
gives the largest heading and <h6>
gives the smallest one. So <h1>
can be used for most important headings and <h6>
can be used for least important one.
You can change the size of Heading by using font-size
property.
You can change the size of a heading with the style attribute, using the font-size property.
The HTML Head
used to contain metadata. HTML metadata is all about html document and
this data is not displayed anymore. The <Head>
element placed between the <HTML>
tag nad <body>
Tag.
You can add Style
or JavaScript
between head tags and make you web page more interactive.
List of color names supported by all browser »
List of character codes to display special character »
List of all language supported by all browser »
List of Country code supported by all browser »