OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / html5 / progress.org.html
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <meta charset="UTF-8">
5   <title>
6    HTML5 progress tag
7   </title>
8  </head>
9 <body>
10
11 Downloading progress:
12 <progress value="22" max="100">
13 </progress>
14
15 <p><strong>Note:</strong> The progress tag is not supported in Internet Explorer 9 and earlier versions.</p>
16
17 </body>
18 </html>