The <tt> tag defines teletype text.
![]() |
![]() |
![]() |
![]() |
![]() |
|
---|---|---|---|---|---|
<tt> |
Yes | Yes | Yes | Yes | Yes |
The <tt> tag is deprecated in HTML5.
<!DOCTYPE html>
<html>
<body>
<p>This text is normal.</p>
<p><tt>This text is teletype text.</tt></p>
</body>
</html>