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.
- Open your Window Notepad.
- Open a new text document.
- 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> |
- Click File then choose Save As from the menu bar of the NotePad.
- Select a folder and Save the File Name as myhtml.html
- Now, your first webpage file is finished. You can open the folder to check your file:
In our example, we save the file in the directory named examples
- Open your browser. Open the myhtml.html file. You will see
Note : The Title "My first Homepage" appears in the Title Bar
|
|
|

Training Center |
|
Web Page Design |
|
|
|
|
|
|
|
|
| |
| |
| |
|