Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.71 KB

Week-03B-notes.md

File metadata and controls

60 lines (49 loc) · 1.71 KB

Week 3B - Review of CSS

I. Topics & Overview

  • Where we can put CSS
  • Selectors, IDs, classes, pseudo-classes
  • Styles
  • Float
  • Inheritance
  • Validation

II. Review and Demo

Together, we'll add to our previous Web page, reviewing the following:

  • Inline, embedded, and external (linked) CSS
  • IDs, classes, pseudo-classes
  • Basic styles
  • Styling anchor tags
a:link{}
a:visited{}
a:active{}
a:hover{}
  • Inheritance

III. The CSS Box Model

BoxModel

  • margin is space that is "outside the box"
  • padding is space that is "inside the box"

IV. Validation

http://jigsaw.w3.org/css-validator/

V. Presentations

Intro to CSS

VI. Reference

VII. CSS Selectors you need to know

VIII. Exercises



<-- Back to IGME-230 Schedule