00 Creating First HTML Page

This would explain how to create first HTML page. HTML is used for creating webpages.

In html the coding used to make ur 1st html page is.............

<html>

<head>

</head>

<body>

<h2>my 1st webpage</h2>

</body>

</html>

The above code is all that required to make a basic webpage.Now save ur file in notepad by selcting FILE nd SAVE AS option . then select the aal files option 4m save as type drop down box.

then to view ur web page open any int browser nd open dat save file 4m particular place where u saved it.

u can also insert d headings of 6 diff size..........ex

  <h1>abhishek</h1>............it is d largest one u can get

  decreasing upto6

  <h6>text</h6>..........................smallest one.......

u can also insert the d pictures in ur webpage by coding 4 ex

 <img src="specifiedplace/name.format"/>