OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_1207443.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title></title>
5 </head>
6 <body>
7 <form action="post">
8 <p>A test input box</p>
9 <p><input type="TEXT" align="left"></p>
10 <p>&nbsp;</p>
11 <p>Radio buttons <input type="RADIO"></p>
12 <p>A check box <input type="CHECKBOX"></p>
13 <p><br clear="all"></p>
14 </form>
15
16 <ul type="DISC">
17 <li>item 1
18 <li>item 2
19 </ul>
20
21 <ol type="I">
22 <li>item 1
23 <li>item 2
24 </ol>
25
26 <ul>
27 <li type="a">item 1
28 <li type="A">item 2
29 </ul>
30
31 </body>
32 </html>