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%;
内容
- 0
设置表格的宽度为600的HTML代码是( )。 未知类型:{'options': ['[table height="500" width="600"]', '[table vspace="600" hspace="500"]', '[table height="600" width="500"]', '[table vspacet="500" hspace="600"]'], 'type': 102}
- 1
div:width:300px,height:300px,border:50px,padding:50px,margin:50px,其实际宽度是多少: A: 600px B: 500px C: 400px D: 300px
- 2
利用object元素在网页中嵌入flash,flash文件的地址为“media\wonderful.swf”,要求flash动画的宽度和高度分别为500像素,能实现该要求的选项为( )。 未知类型:{'options': ['[object height="500" width="500" src="media\\wonderful.swf" type="application/x-shockwave-flash"/]', '[object height="500" width="500" href="media\\wonderful.swf" type="application/x-shockwave-flash"/]', '[object height="500" width="500" data="media\\wonderful.swf" type="application/x-shockwave-flash"/]', '[object height="500" width="500" data="media\\wonderful.swf" /]'], 'type': 102}
- 3
若想用width和height表示屏幕的宽度和高度(单位:像素,整数),在C++中使用下列哪个语句来声明? A: int width, height; B: double width, height; C: char width, height; D: char width[40], height[40];
- 4
Div{width:800px; height:500px; margin:0 auto},上面这段样式,可以让 div 在页面的: