Lecture overview -- Keyboard shortcut: 'u'  Previous page: Mirroring of XHTML (1) -- Keyboard shortcut: 'p'  Next page: Mirroring of XHTML (3) -- 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 8 : 26

Mirroring of XHTML (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") _ ".")
<p>
  Use <kbd>HTML</kbd>, <kbd>XHTML</kbd>, 
  <kbd>XML</kbd>, or <kbd>LAML</kbd>.
</p>