第16章 progress元素

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<p>
	当前任务完成进度:
    <progress max="100" value="50"></progress>
</p>
</body>
</html>

效果图:

 

猜你喜欢

转载自onestopweb.iteye.com/blog/2259923