Lecture overview -- Keyboard shortcut: 'u'  Previous page: The idea of mirroring -- Keyboard shortcut: 'p'  Next page: Mirroring of XHTML (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 7 : 26

Mirroring of XHTML (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://www.cs.aau.dk" 'target "main" "A link to" "CS at Aalborg")
<a href="http://www.cs.aau.dk" target="main">A link to CS at Aalborg</a>
We will make actual LAML demos while we go along...