HTML Final Project Rubric
Course Information
Student Name: Wilhelmina "Willow" Poortenga
Note: At GRCC my preferred name in their system was Willow Poortenga
Semester: Fall 2025
College: Grand Rapids Community College
Professor: Jacob Pollak
Class Name: CIS 148 HTML Essentials
Class Code: CIS148.2177.F25
Final Project Requirements
For the Final Project, you need to build a small website that demonstrates your skills in HTML and CSS:
General Requirements:
- The site must be responsive, with at least 2 breakpoints.
- The topic and content of the site is up to you. The content does not need to be complex.
- The visual design can be very simple, or as refined as you want.
- The site must have a minimum of 5 pages.
Page Requirements:
- The "Home Page" must be named
index.html. - The site must include a "Contact Us" page named
contact.html. - The contact page must include a contact form. The form should link back to itself (the contact page). It does not need to send data elsewhere.
- All page filenames must be free from spaces and use the
.htmlextension.
Navigation:
- There must be a consistent navigation menu on each page.
- The navigation menu must be a list of links.
- All links must work correctly.
HTML & Semantic Code:
- HTML code must be semantic. Do not use
<div>or<span>unless absolutely necessary. - Use descriptive tags where possible.
- Do not use
<b>,<i>, or multiple<br>tags.
Content Requirements:
- Each page must include at minimum:
- A heading
- A navigation menu
- An image
- Text content (body copy)
- All images must be stored in a folder named
images.
Styling:
- Each page must utilize a common external stylesheet.
- Each page’s
<title>must be unique and representative of the page.
Submission Requirements:
- The completed website must exist in a folder named
final_complete. - Upload the
final_completefolder to the raider server. - A site map and wireframes must be developed and submitted.