Creating Your First Web Page
Please follow the steps below to publish your very own web page:
Open a text editor (Notepad for Windows or SimpleText for Mac)
Enter the following code in your new text document:
<html>
<head>
<title>mydomain.com</title>
</head>
<body>
<h1>Welcome to mydomain.com</h1>
<img src="http://undercons.misk.com/images/img_under_cons.gif" />
<br />
I got my domain name at <a href="http://www.misk.com">Misk.com!</a>
</body>
</html>
This is an example of an "Under Construction" page that you can build yourself.
Note: you will want to replace "mydomain.com" with the name of your domain name.
Save the document as a "index.html".
- Your file can be saved as a ".htm" or ".html" file.
- Remember to save your document in a memorable location so you can find it later.
Preview your new page in a web browser.
- Open your web browser (Internet Explorer, Mozilla Firefox, Safari, etc...).
- In the top menu bar, click "File".
- Scroll down and click on "Open File".
- Find the file you have just created and click on it. You may then need to click on the "Open" or "Open File" button.
Your file should then be displayed in your web browser!
You have successfully completed your first web page!
You should now be able to view your web site by visiting your domain name in your web browser.