Wednesday 4 February 2015

HTML Example document's body tags

HTML Example Defines the document's body tags
<html>
   <head>
       <title>Title Name</title>
   </head>
   <body>
           This is my document......
    </body>
</html>

No comments:

Post a Comment