Wednesday, August 15, 2012

HTML code for webpage (1)

I wanna share you about the normal HTML code of a webpage.
  the code give below..


<html>
<title>
this is my first page
</title>
<body>
Hellow friends
</body>
</html>


simply type the little html code to your notepad and save this named page1.html

and run on your browser.
 then you see the hellow friends on your home page and title(this is my first page) on your title bar.

No comments:

Post a Comment