设置表格标题的HTML代码是()A、title/title B、name/name C、table/table D、caption/caption

题目

设置表格标题的HTML代码是()

  • A、<title></title> 
  • B、<name></name> 
  • C、<table></table> 
  • D、<caption></caption>
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

设置表格的边框为0的HTML代码是()

A. < table cellspacing =0 > 

B. < table height=0 > 

C. < table border=0 > 

D. < table cellpadding =0 > 


正确答案:C

第2题:

在H FML文档中用于表示表格的标记对是( )。

A.<head</head>

B.<header></header>

C.<table></table>

D.<Caption></Caption>


正确答案:C

第3题:

Which syntax turns an existing constraint on? ()

A. ALTER TABLE table_name ENABLE constraint_name;

B. ALTER TABLE table_name STATUS = ENABLE CONSTRAINT constraint _ name;

C. ALTER TABLE table_name ENABLE CONSTRAINT constraint _ name;

D. ALTER TABLE table_name TURN ON CONSTRAINT constraint _ name;


参考答案:C

第4题:

设置表格的单元格间距为0的HTML代码是()

  • A、<table cellspacing =0> 
  • B、<table height=0> 
  • C、<table border=0> 
  • D、<table cellpadding =0>

正确答案:A

第5题:

设置表格边框色彩的HTML代码是()

  • A、<table color=#> 
  • B、<th bordercolor=#> 
  • C、<table bordercolor=#> 
  • D、<th color=#>

正确答案:C

第6题:

在HTML文档中用于表示页面标题鲍标记对是( )。

A.<head></head>

B.<header></header>

C.<Caption></Caption>

D.<title></title>


正确答案:D

第7题:

请根据网页显示的效果图(如图14-4所示),将HTML文本中(n)处的解答填于相应的解答栏内。

[说明]

<html>

<head>

<!-- TemplateBeginEditable name="doctitle" -->

<title>Untitled Document</title>

<!-- TemplateEndEditable -->

<meta. http-equiv="Content-Type" eontent-"text/html; charset=gb2312">

<!-- TemplateBeginEditable name="head" -->

<!-- TemplateEndEditable -->

<!-- TemplateParam name="BodyBackgroundColor" type="color" value="FFFFFF" -->

<!-- TemplateParam name="FooterColor" type="color" value="CCCCCC" -->

<!-- TemplateParam name="ImageTitleColor" type="color" value="CCCCCC" -->

<!-- TemplateParam name="Footer" type="boolean" value="true" -->

<style. type="text/css">

<!--

body {

background-color: FFFFFF;

}

-->

</style></head>

<body marginwidth="0" marginheight="0" leffmargin="0" topmargin="0">

<br>

<table width="45%" border="0" cellspaeing="2" cellpadding="4" align="center">

<tr bgcolor="@@(ImageTitleColor )@@">

<td height=-"20"><!-- TemplateBeginEditable name="ImageTitle" -->

<div align="center">图片浏览(日落) </div>

<!-- TemplateEndEditable --x/td>.

</tr>

<tr>

<td width="60%" height="169" align="center"> <!-- TemplateBeginEditable name="Image" -->

<IMG nClick=over(this) title=放大 (1) name="image" width="318" height="137" (2) (3) ><!-- TemplateEndEditable --></td>

</tr>

</table>

<br>

<hr width="55 %" noshade size="1">

<hr>

<!-- TemplateBeginEditable name="Navigation" -->

<table width="63%" border="0" cellspacing="0" cellpadding="4" align="center">

<tr>

<td width="20%" align="right"><nobr><a href="">(4); First</a>|<a href="">(5);

Previous</a></nobr></td>

<td width="20%" align="center"><nobr><a href="">(6)</a>|2| <a href="">3</a>

|<a href="">4</a> | <a href="">5</a></nobr></td>

<td align="left" width="20%"><nobr><a href="">Next ></a>|<a href="">Last

(7); </a></nobr></td>

</tr>

</table>

<!-- TemplateEndEditable -->

</body>

</html>


正确答案:(1)src="Sunset.jpg" (2)hspace="4" (3)vspace="4" (4)<< (5)< (6)1 (7)>;>
(1)src="Sunset.jpg" (2)hspace="4" (3)vspace="4" (4)<< (5)< (6)1 (7)>;>

第8题:

以下能在窗体Form1的标题栏中显示“Visual Basic窗体”的语句是

A.Form1.Name=“Visual Basic窗体”

B.Form1.Title=“VisualBasic窗体”

C.Form1.Caption=“VisualBasic窗体”

D.Form1.Text=“VisualBasic窗体”


正确答案:C
解析:本题考查窗体的属性。 Caption属性返回窗体标题栏中的内容,故本题正确答案为C。注意Caption与Name属性的区别。Name是窗体的名称,专门用来在程序代码中指代窗体。

第9题:

若要改变VisualFoxPro系统的窗口标题,需要输入命令()。

  • A、_SCREEN.CAPTION=新标题
  • B、WINDOWS.CAPTION=新标题
  • C、_SCREEN.TITLE=新标题
  • D、WINDOWS.TITLE=新标题

正确答案:A

第10题:

设置围绕表格的边框宽度的HTML代码是?()

  • A、<table size=#>
  • B、<table border=#>
  • C、<table bordersize=#>
  • D、<tableborder=#>

正确答案:B

更多相关问题