CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( ) A: border width B: border height C: height width D: width height
CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( ) A: border width B: border height C: height width D: width height
下列选项中,不属于BOX的Border属性的有()。 A: border—width B: border—height C: border—color D: border—size E: border—style
下列选项中,不属于BOX的Border属性的有()。 A: border—width B: border—height C: border—color D: border—size E: border—style
In css, to center box vertically with the center of the page, please fill in the following code space..box{ position: ________ __ ; left:50%; top:50%; margin-left: ________ ___; margin-top: __________ _ ; width: 300px; height: 200px; border:2px solid #ccc; }
In css, to center box vertically with the center of the page, please fill in the following code space..box{ position: ________ __ ; left:50%; top:50%; margin-left: ________ ___; margin-top: __________ _ ; width: 300px; height: 200px; border:2px solid #ccc; }
边框样式属性值设置不正确的是() A: li{border:1pxredsolid;width:220px;color:blue;} B: li{border-width:3px#00ff00;width:220px;color:blue;} C: li{border:2pxbluedashed;width:220px;color:blue;} D: li{border-style:1pxred;width:220px;color:blue;}
边框样式属性值设置不正确的是() A: li{border:1pxredsolid;width:220px;color:blue;} B: li{border-width:3px#00ff00;width:220px;color:blue;} C: li{border:2pxbluedashed;width:220px;color:blue;} D: li{border-style:1pxred;width:220px;color:blue;}
Border属性就是用来描述BOX边框的,Border属性分为()。 A: border–width B: border-color C: border-style D: border-height E: border-align
Border属性就是用来描述BOX边框的,Border属性分为()。 A: border–width B: border-color C: border-style D: border-height E: border-align
21、对下列代码解析正确的是(_____)。 <style type="text/css"> body{ margin:0 } div{float:left; margin-left:10px; width:200px; height:200px; border:1px solid red } </style>
21、对下列代码解析正确的是(_____)。 <style type="text/css"> body{ margin:0 } div{float:left; margin-left:10px; width:200px; height:200px; border:1px solid red } </style>
确定一个控件大小的属性是( )。 A: Width或Heigth B: Width和Height C: Top或Left D: Top和Left
确定一个控件大小的属性是( )。 A: Width或Heigth B: Width和Height C: Top或Left D: Top和Left
以下关于盒子模型描述正确的是() A: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + 左右padding + width B: IE盒子模型中:盒子总宽度=左右margin + 左右border + width C: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + width D: IE盒子模型中:盒子总宽度= width
以下关于盒子模型描述正确的是() A: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + 左右padding + width B: IE盒子模型中:盒子总宽度=左右margin + 左右border + width C: 标准盒子模型中:盒子的总宽度=左右margin + 左右border + width D: IE盒子模型中:盒子总宽度= width
在网页中有一个id为content的div,下面( )正确设置它的宽度为200像素,高度为100像素,并且向左浮动。 A: #content{width:200px;height:100px;clear:left;} B: #content{width:200px;height:100px;float:left;} C: #content{width:100px;height:200px;clear:left;} D: #content{width:100px;height:200px;float:left;}
在网页中有一个id为content的div,下面( )正确设置它的宽度为200像素,高度为100像素,并且向左浮动。 A: #content{width:200px;height:100px;clear:left;} B: #content{width:200px;height:100px;float:left;} C: #content{width:100px;height:200px;clear:left;} D: #content{width:100px;height:200px;float:left;}
设置盒子的宽度使用()属性 A: height B: width C: border
设置盒子的宽度使用()属性 A: height B: width C: border