HTML/CSS/Text Tags/tt
"tt" Example
<html>
<head>
<title>tt element example</title>
</head>
<body>
<tt>This text is rendered using a monospaced font</tt>
</body>
</html>
<html>
<head>
<title>tt element example</title>
</head>
<body>
<tt>This text is rendered using a monospaced font</tt>
</body>
</html>