中国大学MOOC: 时间选择器通过设定的type进行,以下哪些是合法的type()
date month week time
举一反三
- 时间选择器通过设定[input]的type进行,以下哪些是合法的type()[/input] A: date B: month C: week D: time
- 时间选择器通过设定[input]的type进行,以下哪些不是合法的type()[/input] A: time B: week C: year D: datetime-local
- 设有以下两行HTML代码:01 <;input name="xm" type="text" />;02 <;input type="password" />;下列哪些选择器仅可以选择01行标签 A: input{} B: input[name]{} C: input[type]{} D: input[name=xm]{} E: input[name*=xm]{}
- 中国大学MOOC: 通过type为file的<input>标签只能选择一个文件上传,要上传多个文件必须使用多个type为file的<input>标签。
- 中国大学MOOC: 〈input type=””〉中type不能=的属性( )。
内容
- 0
中国大学MOOC: 以下选项不是表单标签input标签的type属性取值。
- 1
要选择出表单中所有被勾选的复选框元素应该怎么写选择器? A: input[type="checkbox"][checked] B: input[type="checkboxchecked"] C: checkbox:checked D: input[type="checkbox"]:checked
- 2
中国大学MOOC: input设置成密码,type的属性值是:
- 3
input[type = text]{color:red;}样式利用的是__________选择器
- 4
选择传播媒介的依据是:[input=type:blank,size:4][/input];[input=type:blank,size:4][/input];[input=type:blank,size:4][/input];[input=type:blank,size:4][/input];[input=type:blank,size:4][/input]。