Site hosted by Angelfire.com: Build your free website today!

 

    <html>
    
        <head>
        <title> My First Website</title><center>
        <style type="text/css">
            h1{font-family: courier ;font-size:50px;}
            h2{font-family: courier ;font-size:20px;}
            p{font-family: courier ;font-size:40px;}
        </style>
        </head>
        
        <body>
        <p>Is used for paragraphs.</p><center>
        <em>Emphasis text.</em>
        <h1>Heading</h1>
        <h2>Subhead</h2>
        <h3>Sub-subhead</h3>
        <a href="http://www.john090909.com">
        This is a link</a>
        </body>
        
        </html>