HEADING ELEMENT

By using this tag you can give different types of heading in your web page. From H1 to H6, there are 6 levels. By the number 1 you can easily imagine H1 is the biggest heading and H6 is the smallest. The format of this tag is :
<H1>.........................................................</H1>

Example:

<HTML>
<HEAD>
<TITLE> Example of Heading</TITLE>
</HEAD>
<BODY>
<H1>Learn HTML and make own website</H1>
<H2>Learn HTML and make own website</H2>
<H3>Learn HTML and make own website</H3>
<H4>Learn HTML and make own website</H4>
<H5>Learn HTML and make own website</H5>
<H6>Learn HTML and make own website</H6>
</BODY>
</HTML>

HEADING ELEMENT example




If you do not know how to save your program then please visit another post to save it. That post link is Lets Start



I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Best of Luck


Related Posts:

  • LIST ElementWe covered few elements to make a web page. Now we will learn how to use LIST Element. This is an example of List Element We use this type of list in different purposes, such as Dictionary, Telephone guide, Address book, … Read More
  • HEADING ELEMENT By using this tag you can give different types of heading in your web page. From H1 to H6, there are 6 levels. By the number 1 you can easily imagine H1 is the biggest heading and H6 is the smallest. The format of this tag i… Read More
  • DIVISION ELEMENT With this tag we can arrange our document in different format. In this tag the other elements are TABLE, PARAGRAPH, HEADING. The format is <DIV>..............................................................</DIV>… Read More

0 comments:

Post a Comment