Create a simple Web page using HTML
- Start the Text editor NotePad which should be found in
the Accessories folder
- Type the following text;
<html>
<header>
<title> Hello World! </title>
</header>
</html>
- Save the
file with the filename hello.htm
To View the Web Page
- Start the
MS Internet Explorer Browser
- Click the
STOP button on the tool bar
- Click on File, Open
- Use the
browse function to locate and select your new file
named hello.htm
- Click O.K. to open the file.
The Page is empty.... but the page has a header of Hello
World!
To add text to the page we have to add the
<body> tags
- Go back to your Editor and add the following text after
the </header> tag
<body>
Now here is some text
</body>
- Now save the file again, go back to the browser and click
the refresh button