Lecture overview -- Keyboard shortcut: 'u'  Previous page: The HTML Mirrors [Section] -- Keyboard shortcut: 'p'  Next page: Mirroring of HTML (2) -- 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>