Up: Elements reference



<verb> – preformatted inline material

No attributes.

Possible Contents: Text

Description: Basically the same as LaTeX's \verb. It typesets its contents in typewriter style and avoid line breaks.

Example

     <p>Every Pascal program starts with
       the keyword `<verb>program</verb>'.</p>

yields

     Every Pascal program starts with the keyword `program'.