content logo

Learn HTML:

Html samp tag

When writing in HTML, the <samp> tag is an inline element used to designate sample output from a computer. It is usually shown in the browser's default monotype font. The following sections contain information about this tag, including an example of it in use, as well as related attributes and browser compatibility.

Note: This element is unique in that it is a phrase tag, which indicates that a section of text has structural meaning.

Example code

<p>Normal text. <samp>Sample text.</samp> Normal text.</p>

 

#

HTML Samp Example

#

HTML Samp Code

#

HTML Samp Tutorial