在Bootstrap框架中,表单元素 <input> 要加上下列哪个类,才能给表单元素 <input> 添加圆角属性和阴影效果()。
A: form-group
B: .form-horizontal
C: .form-control
D: form-inline
A: form-group
B: .form-horizontal
C: .form-control
D: form-inline
举一反三
- 在Bootstrap框架中,表单元素 <;input>; 要加上下列哪个类,才能给表单元素 <;input>; 添加圆角属性和阴影效果() A: form-group B: form-horizontal C: form-inline D: form-control
- 表单元素要加上______类才能给表单添加圆角属性和阴影效果 A: form-group B: form-horizontal C: form-inline D: form-control
- 在Bootstrap框架中,表单元素 <input> 要加上下列哪个类,才能给表单元素 <input> 添加圆角属性和阴影效果()
- 在页面中看不见的表单元素是( )。 A: <input type="password"></input> B: <input type="radio"></input> C: <input type="hidden"></input> D: <input type="reset"></input>
- HTML表单中,添加文本域的HTML代码是( ) A: <input type="submit"></input> B: <input type="text"></input> C: <input type="radio"></input> D: <input type="checkbox"></input>