CIS 195, Web Authoring
For this lab assignment, you will make a web site with reviews of anything you are interested in like books, movies, or music. In part 1, you will make a single web page containing a single review. In part 2 you will add a home page and two more review pages to make a complete review web site.
The objective of this part of the lab is to give you practice using basic HTML elements.
Create a single web page that presents a review of something of your choice and that uses each of the following HTML elements:
A<blockquote>
element.
A<figure>
and <figcaption>
elements.
One or more special characters like ♥.
A nested list.
A horizontal rule.
Two or more comments. For one of the comments, put your name and the date in the head element.
Check your page using the W3C HTML Validator
The objective of this part is to learn to work with multiple pages and to manage sub-folders and file paths.
Create a review site that contains a home page and at least three review pages. (You will use the page from Part 1 as one of the three review pages.)
The home page will have links to the three review pages.
Put the review pages and images in separate folders
All the review page files will be in a sub-folder named reviews.
All the image files will be in a sub-folder named images.
Here is an outline of the folder structure:
Lab2
Reviews
Images
Each review page should have at least one figure containing an image.
(The two new review pages don't need all the elements required for the page you did for part 1.)
Put your name as author of the web site and the date in a comment in the head element of each page.
Name the home page index.html
Check your pages using the W3C HTML Validator
Zip the files in part 2 (part 2 includes your page from part 1) into a single zip file.
Upload the zip file to Moodle using the Lab 2 Submission link.
Here is a link to the grading rubric that I will use to grade your assignment: