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  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Slide 11 : 26

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")
<em style="background-color: yellow;" class="c1">Görlitz, December, 2005</em>