<!DOCTYPE html>
<html>
<head>
<title>Document</title>
</head>
<body>
<!DOCTYPE html>
<html>
<body>
<h1>The samp element</h1>
<p>Message from my computer:</p>
<p><samp>File not found.<br>Press F1 to continue</samp></p>
</body>
</html>
The samp element
Message from my computer:
File not found.
Press F1 to continue