同时定义h1和p的文字大小为14px,以下正确的是?()A、h1+p{font-size:14px;}B、h1,p{font-size:14px;}C、h1p{font-size:14px;}D、h1p{font-size:14px;}

同时定义h1和p的文字大小为14px,以下正确的是?()

  • A、h1+p{font-size:14px;}
  • B、h1,p{font-size:14px;}
  • C、h1&p{font-size:14px;}
  • D、h1p{font-size:14px;}

相关考题:

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

下列哪段代码能够定义所有P标签内文字加粗?() A、(pstyle=“text-size:bold“)B、(pstyle=“font-size:bold“)C、p{text-size:bold}D、p{font-weight:bold}

以下样式规则正确的是()。 A.h1{color:red。font-size:25px。}B.img{color:red;font-size:25px;}C.h1{font-color:red;font-size:25px;}D.h1{color:red;font-size:25px;}

● 以下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;}

以下定义font的CSS表示法中错误的是()。 A. font: 12px/14px sans-serifB. font: 80% sans-serifC. font: bold italic large Palatino, serifD. font:2em

下列哪段代码能够定义所有P标签内文字加粗()。A.pstyle=text-size:boldB.pstyle=font-size:boldC.p{text-size:bold}D.p{font-weight:bold}

怎么让下面这段代码在前台显示3行2列 divclass="top82"%setrsp=server.CreateObject("adodb.recordset")rsp.open"selecttop6*fromBigClassOrderByBigClassIDdesc",conn,1,1ifrsp.eofthenresponse.write"没有类别!"else%%whilenotrsp.eof%divclass="class"divstyle="font-size:14px;font-weight:bold;"p%=rsp("BigClassName")%/p/div%setrss=server.CreateObject("adodb.recordset")rss.open"Select*FromProductWhereBigClassName='"rsp("BigClassName")"'",conn,1,3ifrss.eofthenresponse.write"没有该类产品!"else%%whilenotrss.eof%divclass="smallclass"ahref="productshow.asp?ArticleId=%=rss("ArticleId")%"target="_blank"%=rss("Title")%/a/div%rss.movenextwend%%endif%%rss.closesetrss=nothing%/div%rsp.movenextwend%%endif%%rsp.closesetrsp=nothing%/div/div/div

以下有关样式表项的定义中,正确的是:()。 A、P{font-size=24px,text-align=center}B、P{font-size:24px,text-align:center}C、P{font-size=24px;text-align=center}D、P{font-size:24px;text-align:center}

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

下列选项中,()是类选择器。A、#header{color:#C63;font-size:12px;font-weight:bold;}B、.menu{color:#C63;font-size:12px;font-weight:bold;}C、.txtp{color:#C63;font-size:12px;font-weight:bold;}D、h2{color:#C63;font-size:12px;font-weight:bold;}

在bootstrap中,关于全局设置的说法,错误的是()A、font-size为14px B、line-height 设置为 1.428 C、p设置了等于 1/2 行高(即 10px)的底部外边距(margin)D、p设置了等于 1/2 行高(即 10px)的底部内边距(padding)

若要以加粗宋体、12号字显示“vbscript”以下用法中,正确的是()A、bfontstyle=’font-size:12px’2vbscript/b/fontB、bfontface=”宋体”style=’font-size:12px’2vbscript/font/bC、bfontsize=“宋体”style=’font-size:12px’2vbscript/b/fontD、bfontsize=“宋体”fontstyle=’font-size:12px’2vbscript/b/font

下面的选项中,定义字号大小正确的是()A、p{font-size:12px;}B、p{font-size:12px}C、p{font-size:"12px";}D、p{font-size:1em;}

关于行内样式语法格式正确的是()。A、〈p style="color:red,font-size:14px;"〉行内样式〈/p〉B、〈p style="color=red;font-size:14px;"〉行内样式〈/p〉C、〈p style="color:red;font-size:14px;"〉行内样式〈/p〉D、以上都不正确

网页中最常用的字体大小是:()A、12px;14pxB、12px;13pxC、13px;14px

关于CSS属性的语法格式正确的是()。A、font-size:24;B、font-family:宋体“微软雅黑”;C、font-size:16px;D、以上都不正确

下面哪个选项不符合样式表的基本语法规则 ?()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;}

能够定义所有P标签内文字加粗的是()。A、<p style="text-size:bold">B、<p style="font-size:bold">C、p {text-size:bold}D、p {font-weight:bold;}

以下选项中,可以正确定义所有p的字体为bold的是()。A、<p style="text-size:bold">B、<p style="font-size:bold">C、p {text-size:bold}D、p {font-weight:bold}

在id为titleText的div中设置字体颜色为#323F69,字体大小为12px,行高为20px,下列代码正确的是()。A、.titleText{color:#323F69;font-size:20px;line-height:12px;}B、.titleText{color:#323F69;font-size:12px;line-height:20px;}C、#titleText{color:#323F69;font-size:20px;line-height:12px;}D、#titleText{color:#323F69;font-size:12px;line-height:20px;}

下列代码段是某页面的样式设置: STYLE TYPE=”text/css”.blue{color:blue}.red{color:red} /STYLE现要求将页面中的第一个H1标题设置为红色,第一个段落设置为蓝色.下列代码正确的是()A、H1 id=red第一个标题/H1P id=blue第一个段落/p B、H1 color:red第一个标题/H1P color:blue第一个段落/p C、H1 class=red第一个标题/H1P class=blue第一个段落/p D、H2 class=red第一个标题/H2H1第一个标题H1P id=blue第一个段落/p

以下的CSS中,可使所有<p>元素变为粗体的正确语法是?()A、p style="font-size:bold"B、p style="text-size:bold"C、p {font-weight:bold}D、p {text-size:bold}

单选题能够定义所有P标签内文字加粗的是()。A<p style=text-size:bold>B<p style=font-size:bold>Cp {text-size:bold}Dp {font-weight:bold;}

多选题行政组织的变革主要包括()A组织职能的变革Bspan style="font-size:13.3333339691162px"组织结构的变革/spanCspan style="font-size:13.3333339691162px"组织权力关系的变革/spanDspan style="font-size:13.3333339691162px"组织人际关系的变革/spanEspan style="font-size:13.3333339691162px"组织制度的变革/span

单选题以下选项中,可以正确定义所有p的字体为bold的是()。A<p style=text-size:bold>B<p style=font-size:bold>Cp {text-size:bold}Dp {font-weight:bold}

单选题我国经济管理部门数目为建国以来的最高点的年份是()A1981年B1982span style="font-size:13.3333339691162px"年/spanCspan style="font-size:13.3333339691162px"1983年/spanD1984span style="font-size:13.3333339691162px"年/span