After registering at Homepage.Com, they will email you a password to the email account that you used during registration. This password will allow you to administer your web site - upload files, change your password, etc.
Homepage.Com may prompt you to create an INDEX page. The INDEX page is the first page that an internet user will see at your web site. It acts like a table of contents to your web site. Create one or not- it does not matter as we will overwrite the INDEX page with your own index.html file that you will create in class.
<html> <head> <title> Greg's Web Site - Class #13 </title> </head> <body> </body> </html>