Css中,段落中文字居中使用的属性是()。A、colorB、text-indentC、alignD、text-align
Css中,段落中文字居中使用的属性是()。
- A、color
- B、text-indent
- C、align
- D、text-align
相关考题:
改变某个元素的文本颜色的 CSS属性是( )。A.text—colorB.FgcoiorC.colorSX 改变某个元素的文本颜色的 CSS属性是( )。A.text—colorB.FgcoiorC.colorD.text—color
在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
下面哪个CSS属性是用来更改背景图片的()。A、background-colorB、background-imageC、background-repeatD、background-scroll
下列关于段落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;}
下列代码使用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>
css中背景属性可以简写为background:;下列选项属于背景子属性的是()。A、背景色----background-colorB、背景图片----background-imageC、背景重复----background-repeatD、背景图片尺寸----background-size
下面选项中,可以设置页面中某个DIV标签相对页面水平居中的CSS样式是()。A、margin:0autoB、padding:0autoC、text-align:centerD、vertical-align:middle
以下对HTML中使用CSS说法不正确的是()。A、CSS必须在HTML中使用B、HTML中必须使用CSSC、在HTML中可以使用CSS,也可以不使用D、在HTML元素中通过属性完成的设置,部分也可以通过CSS来设置
单选题下列代码使用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>
多选题css中背景属性可以简写为background:;下列选项属于背景子属性的是()。A背景色----background-colorB背景图片----background-imageC背景重复----background-repeatD背景图片尺寸----background-size