Tuesday, 3 September 2013

Tutorial 02- HTML Heading

To understand you need to do more practical with HTML. Here we are going to do our second lesson in HTML.
Lesson Number  02- HTML Heading
Using HTML heading tag you can define web page content heading with most important to least important.
The tag comes with 
<h1>, <h2>, <h3>, <h4>, <h5>, <h6> 
and 
need to close with
 </h1>, </h2>, </h3>, </h4>, </h5>, </h6> tags.
Important....
<H1> is the most important heading and <H6> is the least important heading in HTML. .
Example 02:-


Output of the program (Click on image to enlarge)


No comments:

Post a Comment

Making HTML Form- පෝරම නිර්මාණය

google.com, pub-9566901277757948, DIRECT, f08c47fec0942fa0 HTML <form> element defines a form that is used to collect user inpu...