| Typing HTML and Creating a Web Page: Page 2 |
Here is some text that I want to make a web page out of: Welcome to Mr. Williams Web Page! It is a great day to learn new things and sieze life by the tail. I am making this page to share my ideas with you and help you learn how to create a web page. More about me: I am a teacher and I really enjoy teaching middle school students. My hobbies outside of school include snow skiing, travel, poetry and rafting. I hope you enjoy this page. I hope you will be back soon! |
To get started type the following onto either Notepad (Windows) or Text Edit (Mac) |
<html> <head> <body> Welcome to my page! It is a great day to learn new things and sieze life by the tail. I am making this page to share my ideas with you and help you learn how to create a web page. More about me: I am a teacher and I really enjoy teaching middle school students. My hobbies outside of school include snow skiing, travel, poetry and rafting. I hope you enjoy this page. I hope you will be back soon! </body> </html> |
Lets see what this will look like in a browser. Look below to see how. Save the file as "(yourname)page.html". To make it easy to find save this into the webpage HTML folder that Mr. Williams tells you to save it to. Start your Internet browser. Select "Open" (or "Open Page") in the File menu of your browser. A dialog box will appear. Select "Browse" (or "Choose File") and locate the HTML file you just created - "(yourname)page.html" - select it and click "Open". Now you should see an address in the dialog box, for example "C:\MyDocuments\(yourname)page.html". Click OK, and the browser will display the page. |