1) Heading Tag:
There are six levels of heading in HTML:
h1, h2, h3, h4, h5, h6
Example:
<h1> Heading Text one</h1>
Heading Text one
<h2> Heading Text two </h2>
Heading Text two
<h3> Heading Text three</h3>
Heading Text three
<h4> Heading Text four</h4>
Heading Text four
<h5> Heading Text five</h5>
Heading Text five
<h6> Heading Text six</h6>
Heading Text six
2) Paragraph Tag:
<p> and </p>
To specify the paragraph.
3) <br> or </br> Tag:
To break line. Use this tag to start a new line.
4) <em> Tag:
Adds emphasis to words.
5) <a> Tag: Used for linking.
Example: <a href=”http://www.web-tut.com”>web tutorials</a>
Result: web tutorials
And so on we have many HTML tags. We will be discussing all important tags later.
No comments yet.
Comments RSS TrackBack Identifier URI
Leave a comment




No Comments