CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( )
A: border width
B: border height
C: height width
D: width height
A: border width
B: border height
C: height width
D: width height
举一反三
- 设置盒子的边框,使用()属性 A: width B: height C: border
- 设置盒子的宽度使用()属性 A: height B: width C: border
- 下列表示盒子边框宽度的属性是( )。 A: width B: order-height C: order-width D: height
- 盒子模型的实际宽度怎样计算? A: W3C 模型实际宽度为= Content +padding+ border B: IE 模型实际宽度为=width/height C: W3C 模型实际宽度为=width/height D: IE 模型实际宽度为=Content +padding+ border
- 计算以下盒子的宽度为( )。 { width:50px; height:100px; padding:2px; border:2px double red; }