Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy progress tag
<
/title
>
<
/head
>
<
body
>
Progress Status:
<
progress
value
="22"
max
="100"
>
<
/progress
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy progress tag</title> </head> <body> Progress Status: <progress value="22" max="100"> </progress> </body> </html>
Result