|
<html>
<head>
<title>My Home Page</title>
</head>
<body>
Welcome to my home page.
</body>
</html>
Copy and paste the code into an editor and you have created
a very basic web page.
If you are using Windows Notepad name the page index.htm
and save to:
C:\My Web1
All other pages save to:
C:\My Web1\pages
|