Wednesday, July 3, 2013

HTML (HYPER TEXT MARKUP LANGUAGE) format of writing html

<html>

      <head>

             <title> Write Title Here</title>

       </head>

<body>    

Write html tags here..



</body>


</html>

Write this code in any editor, notepad, notepad++, etc.
And save this format to .html or .htm file extension. Now your html file is generated.

No comments:

Post a Comment

What You Think