Home

example HTML code

<html>
    <head>
        <title>Hello World</title>    
    </head>  
    <body>   
        <p>This is my site!</p>
    </body>   
</html>   
    

What the code means