Saturday, October 9, 2010

Creating HTML Document

creating of HTML document is so simple.to start coding HTML you need only 2 things simple-text editor (Notepad) & web browser (Mozilla, Internet explorer, etc....).
Notepad is a basic simple-text editor.

Here are the simple steps to create a basic HTML documents:
  • open a notepad or any other text editor.
  • at the starting of the page type <html>
  • On the next line, indent five spaces and now add the opening header tag: <head>.
  • On the next line, indent ten spaces and type <title> </title>.
  • Go to the next line,close head tag </head>
  • on the next line open <body> tag.
  • give space of five lines & close </body> tag.
  • after on next line close </html>
by using above code browser comes to know that page in HTML.

No comments:

Post a Comment