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  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Slide 9 : 19

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") _ ".")
 

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