this is a text
this is a text
this is a text
this is a text
CODE:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>OF BOLD TIMES</title> </head> <body> this is a text <br> <b>this is a text </b> <p><i>this is a text</i></p> <p><u>this is a text</u></p> <h1>this is a text</h1> <h2>this is a text</h2>
<! new lines are to be specified by br tag paragraphs are given by p tag -->
h3>this is a text</h3> <p><big>this is a text</big></p> <p><code>this is a text</code></p> <address>this is a text</address> <BR> H <sub> 2 </sub> O <BR> X <SUP>2</SUP> + X <SUP>3</SUP> <BR> <strike> this is a text </strike> <br>
© neeraj<b> shinde</b> </body> </html>
|