HTML Tutorial

The language for building web pages.

HTML Computercode

HTML Computer Code Elements

HTML contains several elements for defining user input and computer code. These elements are rendered with monospaced fonts.

TagDescription
<code>Inline computer code
<kbd>Keyboard input
<samp>Sample output from program
<var>Variable in math/programming
<pre>Preformatted text block

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics