下列表示盒子边框宽度的属性是( )。
A: width
B: order-height
C: order-width
D: height
A: width
B: order-height
C: order-width
D: height
A
举一反三
- CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( ) A: border width B: border height C: height width D: width height
- 设置盒子的边框,使用()属性 A: width B: height C: border
- 设置盒子的宽度使用()属性 A: height B: width C: border
- 定义一个宽度为200px,高度为300px的盒子,代码正确的是? A: width=200px;height=300px; B: width:200px;height:300px; C: width=300px;height=400px; D: width:300px;height:400px;
- 盒子模型中内容的宽度、高度分别是( ) A: width和height B: 宽度和高度 C: width D: height
内容
- 0
若想用width和height表示屏幕的宽度和高度(单位:像素,整数),在C++中使用下列哪个语句来声明? A: int width, height; B: double width, height; C: char width, height; D: char width[40], height[40];
- 1
下列选项中,可以控制盒子宽度的属性是()。 A: width B: height C: padding D: margin
- 2
CSS3中,设置盒子尺寸为宽度100px,高度120px A: div{width:120px;height:100px} B: div{height:120px;width:100px}
- 3
以下关于width属性和height属性语法格式正确的是()。 A: width:15; B: width:60px; C: height:100%; D: height:100;
- 4
在HTML中,表格边框的宽度由______属性指定。 A: width B: height C: boeder D: cellpadaing