Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
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 8 : 19

Mirroring of HTML (1) 

Attributes are handled by simulated keyword parameters

Textual content is passed as quoted strings

There is white space between content strings unless explicitly suppressed

 

(a 'href "http:www11.org" 'target "main" "A link to" "WWW2002")
 

<a href = "http:www11.org" target = "main">A link to WWW2002</a>