HTML/CSS/Text Tags/tt

Материал из Web эксперт
Перейти к: навигация, поиск

"tt" Example

    
<html>
<head>
<title>tt element example</title>
</head>
<body>
<tt>This text is rendered using a monospaced font</tt>
</body>
</html>