下述哪个选项可以正确产生HTML复选框?
未知类型:{'options': ['[input type="check"]', '[checkbox]', '[input type="checkbox"]', '[check]'], 'type': 102}
未知类型:{'options': ['[input type="check"]', '[checkbox]', '[input type="checkbox"]', '[check]'], 'type': 102}
举一反三
- 下列的HTML中哪个可以产生复选框: 未知类型:{'options': ['[input type="check"]', '[checkbox]', '[input type="checkbox"]', '[check]'], 'type': 102}
- 在下列的 HTML 中,哪个可以产生复选框? 未知类型:{'options': ['[input type="check"]', '[checkbox]', '[input type="checkbox"]', '[check]'], 'type': 102}
- 在下列的HIML中,复选框可以用下面( )正确表示? 未知类型:{'options': ['[input type="check"]', '[checkbox]', '[input type="checkbox"]', '<check>'], 'type': 102}
- 增加表单的复选框的HTML代码是( )。 未知类型:{'options': ['[input type="submit"]', '[input type= "image"]', '[input type="text"]', '[input type="checkbox"]'], 'type': 102}
- 在PHP中的一组复选框,其name属性设置正确的是 未知类型:{'options': ['[input type=”checkbox” name=”[manage]” /]', '[input type=”checkbox” name=”manage*” /]', '[input type=”checkbox” name=”manage” /]', '[input type=”checkbox” name=”manage[]” /]'], 'type': 102}