Lecture overview
Keyboard shortcut: 'u'  Previous page
Keyboard shortcut: 'p'  Next page
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide
Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  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")

Using CSS attributes together with HTML attributes.

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

The HTML counterpart.