HNRS 299, Spring 2017

Assignments

Laboratory 5
Due at the end of today's class

Writing a Web Page

Welcome to the world of Web Page making. The goal of today's lab is to free you from the constraints of your Facebook page, so you can start designing your own web pages. You will create your web page using native HTML. For this lab you should not use a web page generating program such as Dream Weaver, or even Microsoft Word. Instead, you will create the HTML file using the text editor, Notepad. Your HTML should be neat, with indentation showing the structure of the file and white space (blank lines, tabs and spaces) where needed to make the file easy to read. You will be graded in part on the neatness of your code.

You may want to review the following:

Create a text file named username_home.html. For example, my html file would be named croyden_home.html. In this file you will write the HTML code for a home page about yourself. You should be creative and have your web page reflect your personality. Some things you might want to include in your web page are hobbies or special interests you have and related pictures. However, there are some things required by this assignment, they are:

Be sure to save your files and graphics on your Google drive.

What To Turn In.