Reliable and cheap hosting

QUICK GUIDE TO PREPARE A WEBPAGE


Page 6: Make a simple webpage in 2 minutes by NotePad

Now we will write a very simple HTML file. It takes only 2 minutes to finish.
  1. Open your Window Notepad.

  2. Open a new text document.

  3. Type in the following in the new text document:

    <html> 
    <Head> 
    <Title> My first Homepage </Title> 
    </Head> 
    <Body> 
    I am learning to make a Homepage. 
    </Body> 
    </html>

  4. Click File then choose Save As from the menu bar of the NotePad.

  5. Select a folder and Save the File Name as myhtml.html

  6. Now, your first webpage file is finished. You can open the folder to check your file:


  7.  

    In our example, we save the file in the directory named examples

  8. Open your browser. Open the myhtml.html file.  You will see


  9.  

    Note : The Title "My first Homepage" appears in the Title Bar
 

Training Center
Web Page Design
 
 
 
 
Copyright © 2000 MyGreatName