Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style>
progress { display: block; }
</style>
<body>
<progress value='0.5'></progress>
</body>
</html>
<!DOCTYPE html>
<html>
<style>
progress { display: block; }
</style>
<body>
<progress value='0.5'></progress>
</body>
</html>