Exam 2 Review
This list represents the major topics covered since the mid-term exam. You are responsible for knowing the details of these topics that were provided in lecture.
Tables
- <table>, <tr>, <th>, and <td> tags
- Colors in XHTML
- Spanning rows and columns
- Using graphics in layouts
CSS Fundamentals
- CSS as the presentation layer
- Syntax
- Terminology
- Selectors
- Grouping selectors
- Contextual selectors
- Classes
- IDs
- Four ways to implement CSS (embedded, inline, <link />, @import)
- Hiding CSS from non-supportive devices and hiding CSS from XML parsers
- Sizing units
- Pseudo-classes related to links and dynamic states
- Validating your CSS
- Cascade, specificities, and !important
- Inheritance
- Progressive enhancement and graceful degradation
Text Properties
- font-size
- font-family
- font-weight
- font-style
- font-variant
- line-height
- font Shorthand
- color
- letter-spacing
- word-spacing
- text-align
- vertical-align
- text-decoration
- text-indent
- text-transform
Background Properties
- background-color
- background-image
- background-repeat
- background-position
- background-attachment
- background
List Properties
- list-style-type
- list-style-position
- list-style-image
- list-style
Box Model
- border-related properties
- padding-related properties
- margin-related properties
- width
- height
- The Windows IE 5.x box model
- Box model applications
Display-Related Properties and Cursor
- display
- overflow
- Minimum and maximum widths and heights
- white-space
- cursor
CSS2 Selectors
- universal
- child
- direct adjacent
- attribute
CSS Tables and Outlines
- General considerations with CSS and tables
- table-layout
- empty-cells
- border-spacing
- border-collapse
- caption-side
- outline-related properties