Monday, July 22, 2013

First full script

The first full HTML script.


<html> 
  <head>
    <title>The first page!</title>
  </head>
  <body>
    <p>Well, hello world</p>
  </body>
</html>

No comments:

Post a Comment