Skip to content
The HTML Herbarium

/static/herbario/disruptivo/en/especime/samp/

Menu

HTM-012 · Text

<samp>

Output from a program or system, quoted inside the text.

<samp> is what the machine answered, <kbd> is what the person typed, <code> is the program itself and <var> is the name that varies. Four elements, four distinct roles in the same scene.

All of them fall back to monospace, and that is exactly why they are almost always replaced by <code> for everything.

<p>
  The generator answered
  <samp>49 pages written in 0.08 s</samp>.
</p>
{esc(legenda)}