-
CREATING AN HTML FILE - - -
Open Notepad and type the following:
<html>
<head>
<title>My
first web page</title>
</head>
<body>
Hello world...
</body>
</html>
All of the content for your page goes
in between the <body></body> tags. Save the file
as "first.html" and then use your browser to open it. Ta
da! There are plenty of tutorials,
free graphics, free hosting sites, etc
to help get you started. HTML will serve up from your c drive
when you're building it, but I suggest keeping your pages organized
in a wwwroot, or www folder. If you want to run a web server
on your computer you could try Xitami http://www.xitami.com/.
A repeatables.com sister site
nikolaisen@yahoo.com