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

An illustration of the most basic mirror rules of LAML.

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

The HTML counterpart.