时间选择器通过设定[input]的type进行,以下哪些是合法的type()[/input]
A: date
B: month
C: week
D: time
A: date
B: month
C: week
D: time
举一反三
- 时间选择器通过设定[input]的type进行,以下哪些不是合法的type()[/input] A: time B: week C: year D: datetime-local
- 中国大学MOOC: 时间选择器通过设定<input>的type进行,以下哪些是合法的type()
- 设有以下两行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]{}
- Salutation Signature Complimentary Close Body of the letter Date 1.[input=type:blank,size:4][/input] 2.[input=type:blank,size:4][/input] 3.[input=type:blank,size:4][/input] 4.[input=type:blank,size:4][/input] 5.[input=type:blank,size:4][/input]
- 要选择出表单中所有被勾选的复选框元素应该怎么写选择器? A: input[type="checkbox"][checked] B: input[type="checkboxchecked"] C: checkbox:checked D: input[type="checkbox"]:checked