如果要在表单里创建一个普通文本框,以下写法中正确的是。( )
A: <;input type=”text”>;
B: <;input type=”password”>;
C: <;input type=”checkbox”>;
D: <;input type=”radio”>;
A: <;input type=”text”>;
B: <;input type=”password”>;
C: <;input type=”checkbox”>;
D: <;input type=”radio”>;
举一反三
- 如果要在表单里创建一个普通文本框,以下写法中正确的是( )。 A: <input> B: <input type="password"> C: <input type="checkbox"> D: <input type="radio">
- 如果要在表单中创建一个普通文本框,以下写法中的正确的是( )。 未知类型:{'options': ['[input type="text"]', '[input type="password"]', '[input type="checkbox"]', '[input type="radio"]'], 'type': 102}
- 如果要在表单里创建一个普通文本框,以下写法中正确的是( )。(2.5) A: <INPUT> B: <INPUT type="password"> C: <INPUT type="checkbox"> D: <INPUT type="radio">
- 如果要在表单里创建一个单行文本输入框,以下写法中正确的是( )。 A: <input /> B: <input type="text" /> C: <input type="password" /> D: <input type="tel" />
- 以下代码,正确表示表单中的复选框的是?( )。 A: <;input type="text">; B: <;input type="password">; C: <;input type="radio">; D: <;input type="checkbox">;