下面哪个选项为自适应宽度的设置( )。
A: width:80%
B: width:500px
C: height:500px
D: height:80%
A: width:80%
B: width:500px
C: height:500px
D: height:80%
举一反三
- 设置DIV宽为500像素和高为400像素的正确方法是? A: height:500 px; width:400 px; B: margin:500px; padding:400 px; C: padding:500 px;margin:400 px; D: width:500 px;height:400 px;
- 关于jQuery中自定义动画方法animate()的使用方法,正确的是(): $("div").animate("width","100px")|$("div").animate(400,{"width":"100px","height":"100px"})|$("div").animate({"height":"+=50px"})|$("div").animate({"height":"500px";"width":"500px"})
- 关于jQuery中自定义动画方法animate()的使用方法,正确的是 A: $("div").animate(400,{"width":"100px","height":"100px"}) B: $("div").animate("width",100px") C: $("div").animate({"height":"500px","width":"500px"}) D: $("div").animate({"height":"+=50px"})
- 下面哪个是引用类样式( )[br][/br]{ A: B: p1 {font-size: 12px;color:red;}<br> C: div1 {width: 500px; height : 200px; boder:1px;}<br>p id="p1”><br>}<br>{ D: E: p1 {font-size: 12px;color :red;}<br>div1 {width: 500px ; height :200px ; boder: 1px;}<br>}<br>{ F: G: p1 {font-size : 12px ;color :red;}<br> H: div1 {width: 500px;height : 200px; boder: 1px;}<br>}<br>{ I: p1 {font-size: 12px;color :red;}<br>. div1 {width: 500px ;height :200px ; boder:1px;}<br>}
- 下列哪种设置可以使div的宽度自适应?( ) A: width:1024px; B: height:100%; C: height:1024px; D: width:100%;