Lecture overview -- Keyboard shortcut: 'u'  Previous page: Mirroring of HTML (3) -- Keyboard shortcut: 'p'  Next page: Summary of Mirror Rules -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    LAML - slide 13 : 24

Mirroring of HTML (4)
CSS attributes and HTML attributes are uniformly specified

CSS attributes are prefixed with css:

 

(em 'css:background-color "yellow" "Functional Programming in Scheme")
<em style="background-color: yellow;">Functional Programming in Scheme</em>