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

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")
 

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