CSS (Cascading Style Sheets)
Course Content:
History and evolution of The Intarweb
- HTML
- scientific documents
- HTML + XML = XHTML
- doctype declarations
- Browser modes - standards Versus quirks
- what is a web site?
- The Content
- The Design/Presentation
- The audience?
- every web site is the same!
- UI User Interface
- Our responsibility as "designers"
- define: semantic
- ordered, unordered and definition Lists
- display:inline;
- describing elements for function rather than appearance
- accessibilty
- portability
- Re-Designing, modifying
- special considerations, no separate "print version"
- PDA
- stylesheet media types: handheld, etc.
- separating content from presentation
- inline elements
- span, img, a
- block level elements
- div, h#, p, blockquote
- Cascading Style Sheets
- id V. class
- classes are re-used on a page, ID's are unique
- inheritance
- selectors
- margin's, padding
- box model = pure algebra margin(0px 0px 0px 0px) + padding(0px 0px 0px 0px) = what you get :






