Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Wednesday, September 4, 2013

H-1 : My first web page

Open note pad (wordpad or MS word) , then type the commands as given below : 
Refer HTML - An Introduction before creating any web page.
===============================================
<html>
      <head>
            <title>
             My First Web Page
             </title>
      </head>
             <body>
             Hello..Welcome to the world of HTML
             </body>
<html>
========================================================== 
Save the file as . htm (dot htm) or   . html (dot html) .
Open any web page , and browse the created page (Refer HTML - An Introduction ) to view the  web page .


Output :
Note the title My First Web Page , and the contents we typed in the <body> part.

Back to HTML  

No comments: