Sunday, 24 June 2012

html Elements


HTML Elements

Emphasis <em> tag

This tag is used to give emphasis on text

Example :
programming duniya

Syntex :
<em>programming duniya<em>
Click to practice online example
Strong <strong> tag

This tag is used to give strong emphasis on text

Example :
programming duniya
Syntex :
<strong>programming duniya<strong>
small <small> tag

This tag converts text small case

Example :
Programming duniya
Syntex :
<small>Programming duniya<small>
Line break <br/> tag

This tag break current line and start text from new line

Example :
programming duniya
is best
 Syntext :
programming duniya <br/> is best
Horizontal Line <hr/> tag

This tag create a horizontal line in html page

Example :
programming duniya

Syntex :
programming duniya <hr/>
Click to practice online example

No comments:

Post a Comment