Warning:
This wiki has been archived and is now read-only.

Elements/tt

From HTML Wiki
Jump to: navigation, search

<tt>

HTML Reference

The <tt> element is a non-standard element.

HTML5 classifies it as a non-conforming feature.

Examples

No, really, don't use it.

Alternative

<p style="font-family: monospace;">
This is a sample.
</p>