Computer Science, asked by ihaveto38, 11 months ago

How to create our progress as graphics using codes in HTML5?

Answers

Answered by Anonymous
3

Answer:

Progress Element Attributes

Value: Specifies how much of the task has been completed.

Max: Specifies how much work the task requires in total.

This is the coding→

Status: <progress min="0" max="100" value="35">

</progress>

Answered by dreadwing
6

Answer:

the HTML<canvas>element is used to draw graphics on a web phase

hope it helped u

Similar questions