HTML output 标签
将计算结果显示在 <output> 元素中: 实例 Run this code » <form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0 <...
将计算结果显示在 <output> 元素中: 实例 Run this code » <form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0 <...
创建带有 4 个选项的选择列表: 实例 Run this code » <select> <option value="volvo">Volvo</option> <option value...
通过 <optgroup> 标签把相关的选项组合在一起: 实例 Run this code » <select> <optgroup label="Swedish Cars"> <opt...
2 个不同的有序列表实例: 实例 Run this code » <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li&g...
使用<object> 元素在 HTML 加入 Flash 文件: 实例 Run this code » <object width="400" height="400" data="helloworld.swf">&...
每隔 30 秒刷新一次文档: 浏览器支持 所有主流浏览器都支持 http-equiv 属性。 定义和用法 http-equiv 属性提供了 content 属性的信息/值的 HTTP 头。 http-equiv 属性可用...
一个带有当前值和 min、max、high、low 值的度量: 实例 Run this code » <meter min="0" low="40" high="90" max="100" value="95"></met...
一个最优值为 0.5 的度量: 实例 Run this code » <meter value="0.3" high="0.9" low="0.1" optimum="0.5"></meter> 浏览器支持 Fire...
一个带有当前值和 min、max、high、low 值的度量: 实例 Run this code » <meter min="0" low="40" high="90" max="100" value="95"></met...
一个带有当前值和 min、max、high、low 值的度量: 实例 Run this code » <meter min="0" low="40" high="90" max="100" value="95"></met...