Downloading

Report a typo

Create a downloading bar inside the <p> tag in the code below so that the download is finished up to 45% out of 100% of the total movie size.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<p>Downloading...
<!-- Enter your HTML code below this line -->
</p>
</body>
</html>


Completed 1 of 2
Create a downloading bar which shows 45% completion rate.
The code is valid.
___

Create a free account to access the full topic