Text Formatting HTML Page

Download: Text Formatting HTML Page

<html>
<head>
<title>first page</title>
</head>
<body>
<p>This is regular text</p>
<p><b>Bold text</b></p>
<p><big>Big text</big></p>
<p><i>Italic text</i></p>
<p><small>Small text</small></p>
<p><strong>Strong text</strong><p>
<p><sub>Subscripted text</sub></p>
<p><sup>Superscripted text</sup></p>
<p><ins>Inserted text</ins></p>
<p><del>Deleted text</del><p>
</body>
</html>