Show Output
<!DOCTYPE html> <html lang="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>