Hello World HTML

By | May 3, 2017

In case you forget how to create the most basic html page ever, here is a reminder:

 

<html>
   <header>
      <title>This is title</title>
   </header>

   <body>
      Hello world
   </body>
</html>

 

Leave a Reply

Your email address will not be published. Required fields are marked *