Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-10-01から1ヶ月間の記事一覧

meter要素

meter要素は、ある範囲における値を表します。 使用例 <html lang="ja"> <head> <title>Hello! HTML5</title> <meta charset="UTF-8"> </head> <body> <form> <p> テストの点数:<meter value="50" min="0" max="100" /> </p> </form> </body> レンダリング 関連エントリー HTML5エントリーのまとめ - プログラマーな日々</html>