progress要素は、進捗を表します。
使用例
<!DOCTYPE html> <html lang="ja"> <head> <title>Hello! HTML5</title> <meta charset="UTF-8"> </head> <body> <form> <p> 進捗:<progress value="50" max="100" /> </p> </form> </body>
progress要素は、進捗を表します。
<!DOCTYPE html> <html lang="ja"> <head> <title>Hello! HTML5</title> <meta charset="UTF-8"> </head> <body> <form> <p> 進捗:<progress value="50" max="100" /> </p> </form> </body>