Thursday 3 January 2013

HTML 5 basic tutorials part 3

Hi All in this article we are going to learn about some the basic tag that we use in the Html...
(some tag commonly used in the html 5 and other old version of the html.)

1. PARAGRAHP TAG

        <P>This is paragraph tag.</P>
This paragraph tag is used to write the paragraph in the html …. We you want to write any story or article on your website then we use the paragraph tag most …..

2. HEADINGS TAG

<h1>this is a heading tag</h1>
The heading tag is used for tagging the heading and subheading to the article…using the article tag the size of the text increase and there are 6 heading tag starting from
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>

<h5>This is a heading</h5>
<h6>This is a heading</h6>

3. Break line:-

The breadline tag are used to break  line of the paragraph or heading tag any tag.
Hello<br>World     àHello
                                   World

4. Image tag:-

The image tag is use for adding the image to the website the source code of the image tag is
<img src="TBE.jpg" width="220" height="230">
Don’t worry about the attribute (width and height )in the next article I go through the attribute and element…

5. Anchor tag (a):-

The anchor tag is used to link two ar more than two tag to website the code of the anchor tag is
 <a href="http://TBE.blogspot.com">This is a link</a>


if you have any doubt happy to comment it out....

0 comments:

Post a Comment