• 2022-06-01
    <input>标记中用于表示复选框的type属性值是( )。
    A: text
    B: password
    C: radio
    D: checkbox
  • D

    内容

    • 0

      如果要在表单里创建一个普通文本框,以下写法中正确的是( )。(2.5) A: &lt;INPUT&gt; B: &lt;INPUT type="password"&gt; C: &lt;INPUT type="checkbox"&gt; D: &lt;INPUT type="radio"&gt;

    • 1

      (网站)input标签的type属性是()时是复选框: A: password B: checkbox C: text D: radio

    • 2

      input标记的type属性的缺省值为() A: text B: password C: checkbox D: radio

    • 3

      当<input>标记的type属性值为时,代表一个多选框() A: text B: radio C: checkbox D: button

    • 4

      以下代码,正确表示表单中的复选框的是?( )。 A: <;input type="text">; B: <;input type="password">; C: <;input type="radio">; D: <;input type="checkbox">;