Saturday, 18 August 2012

FIRST HTML PAGE PROGRAM

HI FRIENDS HERE I AM WRITING THE HTML PROGRAMMING FOR THE FIRST WEB PAGE PROGRAMMING.

WE NEED SOME STEPS FOR DESIGNING/WRITING THE FIRST WEB PAGE.


  • Open a Notepad.
  • Type the following code
<html>
<head>
<title>My First Web Programming</title>
</head>
<body>
<h1>HI THIS IS MY FIRST WEB PAGE</h1>
</body>
</html>
  • save the notepad file in "firstwebpage.html" format on your desktop.
  • Open the firstwebpage.html,you will view the content "HI THIS IS MY FIRST WEB PAGE".
Thanks for reading this blog.
Will present with the new article.
Have fun with the web page.

No comments:

Post a Comment