Skip to content

Labs

Content Assessment

After self-study, you will have time to complete an assignment that has you use CSS to change the display of an existing HTML page.

CSS Self-Study

You should gain at least a fundamental understanding of the following CSS techniques:

  • Importing and using external style sheets.

  • Selectors: targeting individual elements by tag, id, class.

  • Basic manipulation of the values of an element's CSS properties.

  • Using a CSS reset to reduce browser inconsistencies. (See CSS Meyer Reset below.)

Complete at least the Codecademy exercises, and visit CSS Meyer Reset, both listed below.

CSS Resources


Prev -- Up -- Next