Lecture overview -- Keyboard shortcut: 'u'  Previous page: Mirroring of HTML (3) -- Keyboard shortcut: 'p'  Next page: Properties of the HTML mirrors -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 11 : 19
Programmatic WWW authoring
Mirroring of HTML (4)

CSS attributes and HTML attributes are uniformly specified

CSS attributes are prefixed with css:

(em 'class "c1" 'css:background-color "yellow" "WWW2002")

Using CSS attributes together with HTML attributes.

<em class = "c1" style = "background-color: yellow;">WWW2002</em>

The HTML counterpart.