Create Basic HTML Page In Notepad
<HTML>
<HEAD>
<TITLE>My firest HTML Page</TITLE>
</HEAD>
<BODY BGCOLOR="BLACK"TEXT="WHITE">
My Start Page
Welcome to my<B> Home Page</B> The<U>
Collest</U> Place for all you folks
<l>Hop on to the bandwagon....and enjoy the ride!</l>
<HR WIDTH="75%"ALIGN="CENTER"SIZE="2">
</BODY>
</HTML>
After write this save with HTML
For Example This file Name My first page.HTML
<HTML>
<HEAD>
<TITLE>My firest HTML Page</TITLE>
</HEAD>
<BODY BGCOLOR="BLACK"TEXT="WHITE">
My Start Page
Welcome to my<B> Home Page</B> The<U>
Collest</U> Place for all you folks
<l>Hop on to the bandwagon....and enjoy the ride!</l>
<HR WIDTH="75%"ALIGN="CENTER"SIZE="2">
</BODY>
</HTML>
After write this save with HTML
For Example This file Name My first page.HTML