The <tt> tag defines teletype text.
<tt>
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>
Click to view the demo