OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / html5 / formselect2.org.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>HTML form/select/option 2</title>
6 </head>
7 <body>
8 <form action="demo_form.asp" method="get">
9 <p>Which course would you like to watch today?
10 <p>
11 <label>Course: <select name="c">
12   <option value="8.01.1">Lecture 01: Powers of Ten</option>
13   <option value="8.01.2">Lecture 02: 1D Kinematics</option>
14   <option value="8.01.3">Lecture 03: Vectors</option>
15 </select>
16 </label>
17 <p><input type="submit" value="&gt; Play">
18 </form>
19 </body>
20 </html>