PATH: Instructional Server> GRA 3758> Projects>

GRA 3758 Project 3 - CSS


Purpose:

This project is intended to give students experience in composing a web page involving Cascading Style Sheets (CSS). The project will employ all three methods of applying CSS styles to XHTML code: external, embedded, and inline. It will also require that you understand the different types of "selectors" (class, id, and tag) used to define CSS rules. If you are not clear about the meaning and use of these methods, you should review the CSS chapter in your textbook or contact your instructor for help before starting the project. All files in this project will be written using a plain text editor to help students develop a fundamental understanding of XHTML and CSS syntax.

Your grade on this project will be based on how effectively you accomplish the stated goals in applying various methods to style your web pages. Simply applying the styles is not enough; you must apply them using the requested method. Both the XHTML and CSS must be validated. The XHTML must validate under transitional standards using the [W3C Markup Validation Service]. The CSS must validate using the [W3C CSS Validation Service].

In this project, you will attempt to produce a web page that produces output as close as possible to the [illustration of the site] that has been provided as a separate Adobe® PDF file. For specific help with XHTML elements, look in your textbook or in the [HTML/XHTML Tag Index] from [W3SCHOOLS.COM] or other online references. For specific help with CSS elements, look in your textbook or in the [CSS2 Reference Page] from [W3SCHOOLS.COM] or other online references.

Project Constraints and Objectives:

Tips:

Submission:

Your web site (with all associated files and folders) should be submitted via the Project 3 drop box under the Lessons tab on the . You should copy your "project3" folder into a compressed folder with the same name, but with a ".zip" extension.

Then, login to the and use the Project 3 drop box under the Lessons tab to attach your compressed folder.

PATH: Instructional Server> GRA 3758> Projects>