Lecture overview -- Keyboard shortcut: 'u'  Previous page: Mirroring of HTML (1) -- Keyboard shortcut: 'p'  Next page: Mirroring of HTML (3) -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 9 : 19
Programmatic WWW authoring
Mirroring of HTML (2)

Instead of specifying where to add white space we tell where to suppress it

(p "Use" (kbd "HTML") _ ","  (kbd "XHTML") _ ","
    (kbd "XML")  _ ","  "or" (kbd "LAML") _ ".")

Illustration of white space suppression.

<p>
  Use <kbd>HTML</kbd>, <kbd>XHTML</kbd>, 
  <kbd>XML</kbd>, or <kbd>LAML</kbd>.
</p>

The HTML counterpart.