tidy-html5/test/html5/progress.org.html
2014-08-03 21:04:36 +02:00

19 lines
309 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
HTML5 progress tag
</title>
</head>
<body>
Downloading progress:
<progress value="22" max="100">
</progress>
<p><strong>Note:</strong> The progress tag is not supported in Internet Explorer 9 and earlier versions.</p>
</body>
</html>