HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

code

Description

The code element for HTML represents a fragment of computer code.

Syntax

HTML

<code attribute-name="attribute-value"></code>

Attributes

Global

CSS

code
{
    font-family: monospace;
}

Examples

1 · CSS