HTML中,如果定义,那文字大小应该是:()A、5号字B、2号字C、1号字D、6号字

HTML中,如果定义,那文字大小应该是:()

  • A、5号字
  • B、2号字
  • C、1号字
  • D、6号字

相关考题:

在HTML语言中,如果要对文字的字体进行修饰,应通过()。 A、font-family:“宋体“B、font-size:9ptC、color:#990000D、href=“/example1/2.html“

在HTML语言中,如果要对文字的字号进行修饰,则在代码段中会有()代码。 A、font-family:“宋体“B、font-size:9ptC、color:#990000D、href=“/example1/2.html“

如果要使用 CSS 将文本样式定义为粗体,需要设置( )文本属性。 A.font—familyC.font—weightB.font—styleD.font—size

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

在HTML语言中,如果对文字的颜色进行修饰,应通过()A. font-family:"宋体"B. font-size: 10ptC. href=". . /color. html"D. color:" # EDFEDF"

如果要使用CSS将文本样式定义为粗体,需要设置()文本属性。A. font-familyB. font-styleC. font-weightD. font-size

请根据网页显示的效果图和网页中的元素说明,将HTML文本中 (n) 处的解答填入答题纸对应的解答栏内。说明在Ⅲ浏览器中输入常春藤大学招生办公室主页的网址并回车后,网页显示的效果如图5-1所示。HTML文本<html><head><title>2004 年研究生入学考试成绩查询</title>(1)<body bgcolor="white"><p align="center"> (2) </p><p align="center">2004 年入学考试成绩查询</p><p align="center"><IMG nClick=over(this) title=放大 border="0" sre="nyc.jpg" width="77" height="83"></p><div align="center" style="width: 679; height: 101"><table border="1" width="63%'' height="17"><tr><rd width="23%" height=-"1"><p align="right"><font face="宋体" size="2">请输入准考证号 : </font></p></td><td width="46%" height="1">(3)<p><input type="text'' name="T 1" size="20"><input type="submit" value="开始查找" name="Bl"></p></form><ltd></tr><tr><rd width="23%" height=-" 17"><p align="right"Xfont size="2 ">考生类别: </font></p></td><rd width="38%'' height=19>(4)</td></tr><tr><td width="23%" height=-" 1"><p align="right"xfont size="2">报考系: </font></p><ltd><td width="46%'' height=-'' 1 "><p align="le~"><select size=" 1" name="D 1"><option selected>计算机科学系</option><option>机械工程系</option><option> 中文系</option></select></p></td></tr></table></div><p align="center"><font size="2">如有疑问,速与招生办公室联系!(5)<a href=-"mailto:vipmail@cqt, edu.cn">zsb@cqt.edu.cn</a></font></p<p align="center"><font size="2">下载2005年招生简章:</font>(6)<font size="2" color="Red">立即下载</font></a></P></html>

以下有关样式表项的定义中,正确的是:()。 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}

下列选项中,()是类选择器。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;}

以下HTML代码中,哪一个是将词语“Run Away Bride”显示为Verdana字体并且字号为5号的正确代码?()A、font size=“5”font=“Verdana”Run Away Bride/font B、font size=“5”face=“Verdana”Run Away Bride/font C、font size=5 font=Verdana“Run Away Bride”/font D、font size=5 face=“Verdana”,text=“Run Away Bride”/font

若要以加粗宋体、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;}

在HTML中,标记<font>的Size属性最大取值可以是()A、5B、6C、7D、8

css文字属性中用于设置文字大小的属性的是()。A、font-familyB、font-sizeC、text-sizeD、size

在HTML语言中,如果对文字的颜色进行修饰,应通过()A、 font-family:”宋体”B、 font-size:10ptC、href=”../color.html”D、 color:”#EDFEDF”

如果要使用CSS将文本样式定义为粗体,需要设置()文本属性。    A、font-familyB、font—styleC、font—weightD、font—size

同时定义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;}

在HTML页面中,分析P{color:red;font-size:30px;font-family:"宋体";}这个样式规则,则以下选项中()表示属性。A、PB、colorC、宋体D、30px

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

CSS进行文本格式设置时,哪些属性用法是正确的?()A、通过“color”设置文字颜色B、通过“font-size”设置文字大小C、通过“face”设置文字字体D、通过“font-weight”设置文字粗细

在HTML语言中,如果要对文字的颜色进行修饰,应通过()A、 font-family: "宋体";B、 font-size: 9pt;C、 color: #990000D、 href="../example1/2.html"

单选题HTML中,如果定义,那文字大小应该是:()A5号字B2号字C1号字D6号字

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

单选题在HTML语言中,如果对文字的颜色进行修饰,应通过()A font-family:”宋体”B font-size:10ptChref=”../color.html”D color:”#EDFEDF”

单选题在HTML中,标记<font>的Size属性最大取值可以是()A5B6C7D8

单选题在HTML语言中,如果要对文字的字体进行修饰,应通过()A font-family: 宋体  B font-size: 9pt C color: #990000   D href=../example1/2.html

单选题在HTML页面中,分析P{color:red;font-size:30px;font-family:"宋体";}这个样式规则,则以下选项中()表示属性。APBcolorC宋体D30px