Create Your First Web Page in HTML

Now we will create a simple web page to display some text like "Welcome to Web Page Development!" and with a title "My First Web Page".

1. Type HTML Code in Note Pad

Open Note pad and type the following HTML code.
<HTML>
<HEAD>
<TITLE>My First Web Page</TITLE>      
</HEAD>
<BODY>
Welcome To Web Page Development!
</BODY>
</HTML>












2. Save HTML Document with HTML extension

Save this file as "FIRST.HTML". Click on File menu, click on Save, Type "FIRST.HTML" in file name box, select Desktop as a location to save, click on Save Button.



3. View Your Web Page in Web Browser

You will see that the file will be saved with a blue "e" Internet Explorer icon. Double click on the file and view the resulting web page in internet explorer window. You can see the pictures given to learn web page creation easily: