You are here : htmlHTML 5code

<code> - HTML 5

The <cite> tag is a phrase tag. It defines a piece of computer code.

Tip: This tag is not deprecated, but it is possible to achieve richer effect with CSS.

All pharse tags:

  • <em> - Renders as emphasized text.
  • <strong> - Defines important text.
  • <code> - Defines a piece of computer code.
  • <samp> - Defines sample output from a computer program.
  • <kbd> - Defines keyboard input.
  • <var> - Defines a variable.


Syntax

<code>A piece of computer code</code>


Example

<code>A piece of computer code</code>


Output / Return Value


Limitations


Alternatives / See Also


Reference