Showing posts with label sample html code. Show all posts
Showing posts with label sample html code. Show all posts

Wednesday, February 20, 2013

how to write simple html code


try just simple html code

just open note pad

copy and paste below html code notpad and select all files in  save as type sample.html and save it

<html>
     <head>
                 <h1>hai try it </h1>
    </head>
    <body>
                  it is body html code
    </body>
</html>