You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
430 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML computer output tags</title>
</head>
<body>
<p><code>Computer code</code></p>
<p><kbd>Keyboard input</kbd></p>
<p><samp>Sample text</samp></p>
<p><var>Computer variable</var></p>
<p><strong>Note:</strong> These tags are often used to represents a fragment of computer code.</p>
</body>
</html>