Wednesday 24 December 2014

Example for HTML:

Below is a basic html document, containing all the essential tags. You can copy the code below, paste it into your editor, and save as mypage.html to start your own web page.


<html>
 <head>
  <title>this is the title</title>
 </head>
 <body>
 
  this is everything that goes in the document!
  
 </body>
</html>

No comments:

Post a Comment