91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

html中哪些元素含有for屬性

沐橙
208
2021-05-13 09:27:28
欄目: 編程語言

html中含有for屬性的元素有2個,是label元素和output元素。當for屬性和output元素結合使用時,for屬性指定計算結果與計算中使用的元素之間的關系;而當for屬性和<label>元素結合使用時,for屬性指定標簽綁定到哪個表單元素。

html中哪些元素含有for屬性

for屬性適用的html元素

元素名說明
<label>for與<label>元素一起使用時,for屬性指定標簽綁定到哪個表單元素。
<output>for與<output>元素一起使用時,for屬性指定計算結果與計算中使用的元素之間的關系。

具體分析:

1、<label>標簽for屬性

for屬性指定標簽綁定到哪個表單元素。

語法

<label for="element_id">

element_id:label 要綁定的元素的 id。

實例

<form action="/jc_script/action.php">

  <label for="php">PHP</label>

  <input type="radio" name="lang" id="php" value="php"><br>

  <label for="java">Java</label>

  <input type="radio" name="lang" id="java" value="java"><br>

  <label for="python">Python</label>

  <input type="radio" name="lang" id="python" value="python"><br><br>

  <input type="submit" value="提交">

</form>

2、<output>標簽for屬性

for屬性指定計算結果與計算中使用的元素之間的關系。

語法

<output for="element_id">

實例

<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0

<input type="range" id="a" value="50">100

+<input type="number" id="b" value="50">

=<output name="x" for="a b"></output>

</form>

0
怀宁县| 西昌市| 治多县| 镇坪县| 蛟河市| 藁城市| 登封市| 石门县| 祁连县| 舒城县| 蓬安县| 泰州市| 三原县| 静安区| 政和县| 惠水县| 泊头市| 尤溪县| 鄂温| 合水县| 贵阳市| 香格里拉县| 苏尼特右旗| 丹寨县| 蕉岭县| 平果县| 海安县| 大兴区| 龙泉市| 沁水县| 遵义县| 湖北省| 宁乡县| 文化| 万宁市| 伊金霍洛旗| 泉州市| 东城区| 南宁市| 宜兴市| 东安县|