Lecture overview -- Keyboard shortcut: 'u'  Previous page: Mirroring of XHTML (4) - More of the same... -- Keyboard shortcut: 'p'  Next page: Character transformation -- 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 : 26
Document Description and Processing in Scheme
Mirroring of XHTML (5)

CSS attributes and XHTML attributes are uniformly specified

CSS attributes are prefixed with css:

(em 'class "c1" 'css:background-color "yellow" "Görlitz, December, 2005")

Using CSS attributes together with XHTML attributes.

<em style="background-color: yellow;" class="c1">Görlitz, December, 2005</em>

The XHTML counterpart.