• 2022-11-02
    在HTML5页面中,看不见的表单元素是以下那种元素()
    A: <input type="password" />
    B: <input type="radio" />
    C: <input type="hidden" />
    D: <input type="reset" />
  • C

    内容

    • 0

      以下哪种语句是实现表单提交的动作?( )&#91;2分&#93; A: &lt;input type=submit name=**&gt; B: &lt;input type=reset name=**&gt; C: &lt;input type=text name=**&gt; D: &lt;input type=password name=**&gt;

    • 1

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

    • 2

      以下哪个代码是表明是重置代码 A: &lt;input type="reset" /&gt; B: &lt;input type="reset"&gt; C: &lt;input type=reset&gt; D: &lt;input value="reset" /&gt;

    • 3

      增加表单的单行文本框的HTML代码是( ) A: &lt;input type=“submit”&gt; B: &lt;input type=“image”&gt; C: &lt;input type=“text”&gt; D: &lt;input type=“hide”&gt;

    • 4

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