tt

Support

Specifies that the enclosed text should be displayed in a fixed-width font.

The tt element is short for teletype, and instructs the browser to render the text similarly to that produced by old-style teletype machines.

Example

<p>The latest scores are in: <tt>Manchester City: 3 - Manchester United: 0</tt>.</p>

Preview

The latest scores are in: Manchester City: 3 - Manchester United: 0.