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  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 8 : 19
Programmatic WWW authoring
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.