Pages

Ads 468x60px

Monday, October 7, 2013

Creating simple headings with html

We continue with our short lessons of learning html with the headings tag.

You can easily create headings using the 'h' tag.You can use <h1> to <h6>.<h1>  is the biggest of them in size while <6> is the smallest.

Here is the code:

<h1>Hello</h1>
<h2>Hello 2</h2>
<h3>Hello 3</h3>
<h4>Hello 4</h4>
<h5>Hello 5</h5>
<h6>Hello 6</h6>

And this is the result using this code.


No comments:

Post a Comment

 

Sample text

Sample Text