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 and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Lecture 7 - Page 13 : 24
Functional Programming in Scheme
LAML
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")

An HTML mirror form in which we highlight a CSS attribute.

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

The rendering of the value of the HTML mirror expression.