Intro To Cascading Style Sheets

Download this project with source code samples

Objectives

  • Apply CSS to change the styling of XHTML elements
  • Specify font family, style, weight, size, color, and alignment of text elements.

Instructions

  1. Open the XHTML document you created in Line Breaks, Horizontal Rules, and Links.
  2. Apply document-level styling to the paragraphs, ordered lists, unordered lists, and headings. Styling for each element should include all of the following:

    Font family

    Font style

    Font weight

    Font size

    Color

  3. Make the heading centered.

Screenshot

Intro to Cascading Style Sheets

Source code is available when you purchase the curriculum.

Rubric

Component Possible Points Score
Everything from Project 3 is included in the document. 3
Font styles are applied to paragraphs. 5
Font styles are applied to headings. 5
Font styles and item markers are applied to unordered lists. 5
Font styles and item markers are applied to ordered lists. 5
Headings are centered. 2
The project was submitted on time (20% off for each day late)
Total Score 25

Download this project with source code samples