IS 337: Website Administration

Lecture for September 22: CSS

+
-

Topics

Missed!

  • <a> attributes
    • title
    • rel="nofollow"
  • Link checker

Layers of a Web Document

  • Three separate layers of a web document:
    1. content layer (HTML, images, Flash—logical formatting)
    2. presentation layer (CSS, browser, plug-ins—physical formatting)
    3. behavior layer (JavaScript)

CSS (Cascading Style Sheets)

Quick Written Assignment for Next Time

Consider, again, the document from QWA 9-12. Consider just the quote (inside the <blockquote>). Rewrite that HTML using only <span> tags and the style attribute instead of the <em> and <strong> tags. Also, give the italicized text a blue background.

Creative © 2007 Calvin College and Jeremy D. Frens.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.