Edit The Code:
See Result »
Try it Yourself - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This text is normal.
<
/p
>
<
p
>
<
tt
>
This text is teletype text.
<
/tt
>
<
/p
>
<
p
>
<
strong
>
Note:
<
/strong
>
The tt element is not supported in HTML5.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This text is normal.</p> <p><tt>This text is teletype text.</tt></p> <p><strong>Note:</strong> The tt element is not supported in HTML5.</p> </body> </html>