اجرا
1264 x 150
x
1
2
<html>
3
<body>
4
5
<h1>ویژگی progress </h1>
6
7
<label for="file">Downloading progress:</label>
8
<progress id="file" value="22" max="100"> 22% </progress>
9
10
</body>
11
</html>
<!DOCTYPE html>
<html>
<body>
<h1>ویژگی progress </h1>
<label for="file">Downloading progress:</label>
<progress id="file" value="22" max="100"> 22% </progress>
</body>
</html>