网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

应用下列哪些CSS属性后,会导致浏览器触发重排?()

  • A、{width:100px;}
  • B、{display:none;}
  • C、{transform:translate(100px,100px);}
  • D、{color:red;}

参考答案

更多 “应用下列哪些CSS属性后,会导致浏览器触发重排?()A、{width:100px;}B、{display:none;}C、{transform:translate(100px,100px);}D、{color:red;}” 相关考题
考题 ● 以下CSS 选择符定义中, (61) 属于类选择符。A. P {color:red; font-size:12pt } B. p.blue{color:blue}C. #Red{color:red;} D. P EM { background: yellow }

考题 ● 以下CSS 选择符定义中, (61) 属于类选择符。(61)A. P {color:red; font-size:12pt }B. p.blue{color:blue}C. #Red{color:red;}D. P EM { background: yellow }

考题 下面哪个选项不符合样式表的基本语法规则()? A.a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}B.message [PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px;]C.h1#blue{color:blue;}D.h2{color:red;font-size:14px;}

考题 下面那个代码段设置myButton控件显示在HTML页左上角100px的位置?() A.B.C.D.

考题 以下CSS选择符定义中,______属于类选择符。 A.P{color:red; font-size:12pt} B.p.blue{color:blue} C.#Red{color:red;) D.PEM {background: yellow}

考题 display属性值的取值不包括下列哪些?()A、hiddenB、inlineC、blockD、none

考题 CSS中要隐藏一个元素,下列正确的是?()A、display:inline-block;B、display:inline;C、display:none;D、display:inherit;

考题 下列哪个CSS语法是正确的?()A、body.color=redB、{body.color=red}C、{body:color=red}D、body{color:red}

考题 jquery中获取css样式颜色值下列说法错误的是()。A、.css("color")B、.css("color","red")C、.addClass()D、.attrClass()

考题 css样式中可以将标签变为行内块的是()。A、display:blockB、display:inlineC、inline-blockD、display:none

考题 在HTML中,使用HTML元素的class属性,将样式应用于网页上某个段落的代码如下所示: P class=“firstp”这是一个段落 /P 下面选项中,()正确定义了上面代码引用的样式规则。A、style type="text/css"P{color:red}/style B、style type="text/css"#firstp {color:red} /style C、style type="text/css" .firstp{color:red} /style D、style type="text/css"P.firstp{color:red}/style

考题 hr语法格式正确的是()。A、〈hrwidth="500"color="red"align="center"/〉B、〈hr〉〈/hr〉C、〈hrsize="1"color="red"width="400"/〉D、〈hralign="top"/〉

考题 以下哪一种规格图片符合店铺推广的要求()A、400*400pxB、400*300pxC、400*200pxD、400*100px

考题 border-color:red;border-style:solid;border-width:3px;可以简写为()。A、border-color:red solid 3pxB、border-style:red solid 3pxC、border-width:red solid 3pxD、border:red solid 3px

考题 下列关于段落css属性代码书写不正确的是()。A、p{line-height:24px;text-align:middle;}B、p{line-height:20px;text-align:center;}C、p{line-height:24px;text-align:top;}D、p{line-height:24px;align:100px;}

考题 下面哪个选项不符合样式表的基本语法规则 ?()A、 h2{color:red;font-size:14px;}B、 h1#blue{color:blue;}C、 message [ PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px;]D、 a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}

考题 下列哪些是可继承的CSS属性?()A、borderB、visibilityC、fontD、color

考题 以下定位,脱离文档流的是()。A、#box{width:100px ;height:50px;}B、#box{width:100px ;height:50px; postion:absolute}C、#box{width:100px ;height:50px; postion:relative}D、#box{width:100px ;height:50px; position:static}

考题 下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A、<Style Type=”text/css”> P {color:red} </Style>B、<Style Type=”text/css”> #firstp {color:red} </Style>C、<Style Type=”text/css”> .firstp {color:red} </Style>D、<Style Type=”text/css”> P.firstp {color:red} </Style>

考题 以下代码片断中,属于绝对定位的是()。A、#box{width:100px;height:50px;}B、#box{width:100px;height:50px; position:absolute;}C、#box{width:100px;height:50px; position:static;}D、#box{width:100px;height:50px; position:relative;}

考题 以下选项中哪个是给p标签添加颜色的jQuery语法()。A、$("p").css("color","red")B、p.css("color","red")C、p.style.color="red"D、p.style="red"

考题 以下代码片断中,属于静态定位的是()。A、#bb{width:100px;position:relative}B、#bb{width:100px;position:static}C、#bb{width:100px;}D、#bb{width:100px;position:absolute}

考题 单选题下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A <Style Type=”text/css”> P {color:red} </Style>B <Style Type=”text/css”> #firstp {color:red} </Style>C <Style Type=”text/css”> .firstp {color:red} </Style>D <Style Type=”text/css”> P.firstp {color:red} </Style>

考题 单选题以下代码片断中,属于绝对定位的是()。A #box{width:100px;height:50px;}B #box{width:100px;height:50px; position:absolute;}C #box{width:100px;height:50px; position:static;}D #box{width:100px;height:50px; position:relative;}

考题 多选题jquery中获取css样式颜色值下列说法错误的是()。A.css(color)B.css(color,red)C.addClass()D.attrClass()

考题 单选题以下代码片断中,属于静态定位的是()。A #bb{width:100px;position:relative}B #bb{width:100px;position:static}C #bb{width:100px;}D #bb{width:100px;position:absolute}

考题 单选题以下选项中哪个是给p标签添加颜色的jQuery语法()。A $(p).css(color,red)B p.css(color,red)C p.style.color=redD p.style=red