Cascading Style Sheets (CSS) - CSCI E-18 - Harvard University

144 downloads 116 Views 1MB Size Report
Feb 20, 2008 ... Cascading Style Sheets : Designing for the Web (3rd Edition) by Hakon Wium Lie and Bert ... Eric Meyer on CSS and More Eric Meyer on CSS.
Cascading Style Sheets (CSS)

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

Cascading Style Sheets (CSS)

Table of Contents | All Slides | Link List | Examples | CSCI E-12

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

CSS Resources

Cascading Style Sheets (CSS)

Chapters in Web Design in a Nutshell Head First HTML with CSS & XHTML Westciv: CSS and web standards tutorials Eric Meyer meyerweb.com Eric Meyer CSS Work css / edge Dan Cederholm Publications from Dan Cederholm from SimpleBits

February 20, 2008 Harvard University Division of Continuing Education Extension School Course Web Site: http://cscie12.dce.harvard.edu/ Copyright 1998-2008 David P. Heitmeyer

Books Instructor email: [email protected] Course staff email: [email protected]

1 of 83

2/20/2008 10:52 AM

2 of 83

2/20/2008 10:52 AM

Cascading Style Sheets (CSS)

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

Cascading Style Sheets (CSS)

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

Binding Styles to Markup Three ways to bind CSS rules to XHTML/HTML markup: style attribute in element style element in XHTML/HTML head External CSS document, through the link element in XHTML/HTML head

Cascading Style Sheets : Designing for the Web (3rd Edition) by Hakon Wium Lie and Bert Bos Cascading Style Sheets: The Definitive Guide, 3rd Edition by Eric Meyer Eric Meyer on CSS and More Eric Meyer on CSS Bulletproof Web Design, 2nd edition, by Dan Cederholm Web Standards Solutions: The Markup and Style Handbook by Dan Cederholm CSS Cookbook by Christopher Schmitt

Specifications / Resources W3C Cascading Style Sheets Cascading Style Sheets, Level 1 Cascading Style Sheets 2.1 W3C CSS Validation Service

3 of 83

2/20/2008 10:52 AM

4 of 83

2/20/2008 10:52 AM

Cascading Style Sheets (CSS)

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

Cascading Style Sheets (CSS)

http://localhost:8080/cocoon/projects/cscie12/slides/20080220/handout.html

style attribute

style element

Example 4.1

Example 4.2

Example 4.1 Source:

Example 4.2 Source:

view plain

1. 2. 3. 4. 5.

print

?

view plain