<samp>
HTML <samp> Element Reference
The HTML <samp> element represents sample output from a computer program.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical samp element example.
<p>The command prints <samp>Build completed successfully.</samp></p>