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 15 : 42
HTML4.0 Mirror Characteristics

  • The syntactic differences between HTML and LAML are minimal

  • Textual contents is passed as quoted strings

  • White space is added in between content string unless explicitly suppressed

    • (f 'a1 "v1" 'a2 "v2" "Some text" _ ".")

  • CSS attributes can be given side by side with HTML attributes

    • (f 'css:a1 "v1" 'a2 "v2" "Some text.")

  • HTML attributes are checked during the evaluation process

  • As of now the syntactic composition of the resulting HTML document is not dealt with