中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
天门市| 同仁县| 洞头县| 福州市| 西乌珠穆沁旗| 永清县| 兴文县| 信阳市| 闽清县| 白银市| 汨罗市| 筠连县| 峨山| 静海县| 怀仁县| 夏邑县| 玉环县| 临沭县| 新沂市| 安阳市| 浙江省| 肇州县| 汉沽区| 牟定县| 班戈县| 枝江市| 抚顺县| 涪陵区| 洛宁县| 宁强县| 于都县| 额敏县| 淳安县| 贵德县| 敖汉旗| 射洪县| 镇宁| 新泰市| 沐川县| 天柱县| 深水埗区|