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 together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    LAML - slide 11 : 24

Mirroring of HTML (2)
Instead of specifying where to add white spaces 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>