Architect's Log

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

2012-10-11から1日間の記事一覧

output要素

output要素は、計算結果を表します。 使用例 <html lang="ja"> <head> <title>Hello! HTML5</title> <meta charset="UTF-8"> </head> <body> <form action="./regeister.html" method="post" id="order"> <p> 音量:<input type="range" id="volume" onchange="form.elements.op.value = this.value;" /> </p></form></body></html>