@ou-imdt/css
Version:
The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.
20 lines (13 loc) • 598 B
Markdown
# samp (Sample output)
_No custom styles._
The samp tag encloses inline text in order to convey the enclosed text is 'sample output' from a script or program
## Example
<div class="card">
<p>When the process is complete, the utility will output the text <samp>Scan complete. Found <em>N</em> results.</samp> You can then proceed to the next step.
</div>
<details class="compact">
<summary>HTML</summary>
```html
<p>When the process is complete, the utility will output the text <samp>Scan complete. Found <em>N</em> results.</samp> You can then proceed to the next step.
```
</details>