<!DOCTYPE html>
<html dir="rtl">
<body>

<h1>عنصر progress در HTML</h1>

<label for="file">نوار پیشرفت دانلود:</label>
<progress id="file" value="32" max="100"> 32% </progress>

</body>
</html>