Tuesday, 22 September 2015

HTML Basic Structure


  • <!doctype html>
    • These tag tells the browser that the document type of this file is HTML.
  • <HTML></HTML>
    • Is the start tag and end tag of html file. These tag tells the browser where the document start and end.
  • <head></head>
    • Contains information about the html document and the title
  • <body></body>
    • Body tags contains the visible part of a html document.

    

No comments:

Post a Comment