Wednesday, 22 February 2012

Text formating


<html>
<body>
<p><b>Bold text</b></p>
<p>This is<sub>power</sub> </p>
<p><strong>Strong text</strong></p>
<p><em>Emphasized text</em></p>
<p><big>Big text</big></p>

<p><small>Small text</small></p>

<p><i>Italic text</i></p>
</body>
</html>

No comments:

Post a Comment