OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / html4 / font4.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <head>
3 <title>font tag</title>
4 </head>
5 <html>
6 <body>
7
8 <p><font size="3" color="red">Some text, size=3, color=red!</font></p>
9
10 <p><font size="2" color="blue">Some text, size=2, color=blue!</font></p>
11
12 <p><font face="verdana" color="green">Some text, face=verdana, color=green!</font></p>
13
14 <p><strong>Note:</strong> The font element is not supported in HTML5. Use CSS instead.</p>
15
16 </body>
17 </html>