OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / html4 / tt5.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>tt tag</title>
6 </head>
7 <body>
8
9 <p>This text is normal.</p>
10 <p><tt>This text is teletype text.</tt></p>
11
12 <p><strong>Note:</strong> The tt element is not supported in HTML5.</p>
13
14 <p style="font-family:'Lucida Console', monospace; size=2;">Similar effect using css</p>
15
16 </body>
17 </html>