• 2022-06-16
    为了完成“5.3复杂表单页”案例的表单设计,请将空格补齐,设计“性别”字段 [label]性别[/] [span] [input type="___1___" name="sex" id="m" value="male"][label for="___2___"]男[/] [input type="___3___" name="___4___" id="w" value="female"][label for="___5___"]女[/] [/]
  • adio#m#radio#sex#w

    举一反三

    内容

    • 0

      p>&#91;span&#93;&#91;span&#93;同一个&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;钢经过淬火后的硬度肯定比&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;正&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;火后的硬度高。&#91;/&#93;&#91;/&#93;[br][/br]</p

    • 1

      p>&#91;span&#93;&#91;span&#93;在下列指标中,用来表示材料&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;塑性&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;的指标是(&#91;/&#93;&#91;/&#93;&#91;span&#93; &#91;/&#93;&#91;span&#93; &#91;span&#93;)&#91;/&#93;&#91;/&#93;[br][/br]</p A: p>Z B: HRC C: R<sub>m</su D: R<sub>eH</su

    • 2

      在PHP中的一组复选框,其name属性设置正确的是 未知类型:{'options': ['&#91;input type=”checkbox” name=”&#91;manage&#93;” /&#93;', '&#91;input type=”checkbox” name=”manage*” /&#93;', '&#91;input type=”checkbox” name=”manage” /&#93;', '&#91;input type=”checkbox” name=”manage&#91;&#93;” /&#93;'], 'type': 102}

    • 3

      下面代码点击“提交”按钮时会显示被选的复选框的值,代码中下划线处正确的代码为( )。‌​&#91;input type="checkbox" name="aa" value="0" /&#93;0 ‌​&#91;input type="checkbox" name="aa" value="1" /&#93;1 ‌​&#91;input type="checkbox" name="aa" value="2" /&#93;2 ‌​&#91;input type="checkbox" name="aa" value="3" /&#93;3 ‌​&#91;input type="button" onclick="abc()" value="提 交" /&#93; ‌​&#91;script language="JavaScript"&#93;‌​ function abc(){‌​ $("input: ").each(function(){‌​ alert($(this).val())‌​ })‌​ }‌​‌ A: checkbox B: aa C: checked D: :selection

    • 4

      ‌用来输入密码的表单域是( )。​ 未知类型:{'options': ['&#91;input type=”text” …….&#93;', '&#91;input type=”reset” …….&#93;', '&#91;input type=”password” …….&#93;', '&#91;input type=”submit” …….&#93;'], 'type': 102}