设置表格边框色彩的HTML代码是()A、<table color=#> B、<th bordercolor=#> C、<table bordercolor=#> D、<th color=#>

题目

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

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

相似考题

2.认真阅读以下关于网页制作和网页编程的内容,回答问题1至问题5。一、网页制作[说明]某网络资讯公司用ASP实现了一个用于手机销售信息查询的网页,主页文件名为“index.html”,其内容如下所示,网页的效果如下图所示。<html><head><title></title></head><frameset cols="198,*" border=0><frame. name="side" src="side.html" scrolling="No"><frameset rows="96,*"border=0><frame. name="top" src="top.html" scrolling="No"><frame. name="main" src="main.asp" scrolling="Auto"></frameset></frameset><body></body></html>二、动态网页编程[说明]下图是网页在Ⅲ浏览器上运行后的效果图。下表是手机信息数据表结构。[main.asp文档的内容]<html><body bgcolor="ffffff" background="bg1.gif" text="000000"><table border="0" cellpadding="0" cellspacing="0" width="100%"><left><!-以下为实现按手机型号搜索功能的部分--><form. name="form. 1" method="post" action="main_search.asp"><div align-"left"><table width="400" border="0"><tr><td align="right" width="120">请输入<font color="ff0000">型号</font>关键字:</rd><rd align="left" width="40"><input name="Searchtxt" type="text" id="Searchtxt"></td><rd colspan="2" align="leff"><input type="submit" name="Submit" value="搜索"></td></tr></table></div></form></left></table><table><!-以下为浏览手机信息部分功能--><CENTER><%dim searchtextsearchtext=Request.Form("Mode 1")'从数据库中读数据exec="select * from mod order by Type ASC"set conn=server.createobject("adodb.connection")dbpath=server.mappath("mod.mdb")conn.open "PROVIDER=Microsoft.jet.OLEDB.4.0;data source="&dbpathset rs=server.createobject("adodb.recordset")rs.open exec,conn,1,3<!--省略关于分页功能的代码>%><div align="right"><table border="1" width="100%"><tr><th width="20%"><font color="996633" size="2">品牌</font></th><th width="20%"><font color="996633" size="2">型号</font></th><th width="20%"><font color="996633" size="2">参考价格</font></th><th width="40%"><font color="996633" size="2">功能描述</font></th></tr></table><br><% do while NOT rs.EOF and rowcount>0%><div align="right"><table border="1" width="100%"><tr><td align="center" width="20%"><font size="2"><%=rs("Brand")%></font></td><td align="center" width="20%"><a href="<%=rs("Tvpe")%>.asn"><font size="2"><%=rs("Type")%></font></a></td></td><td align="center" width="20%"><font size="2'><%=rs("Price")%></font></td></td>&n

4.认真阅读以下关于静态网页制作和动态网页编程的技术说明,根据要求回答问题1~问题6。【说明】一、静态网页制作某电子商务公司用ASP实现了一个用于手机销售信息查询的网页,主页文件名为“index.html”,其文档内容如下。[index.html文档内容]<html><head><title>易搜手机资讯广场</title></head><frameset cols="198, *" "border=0"><frame name="side" src="side.html" scrolling="No"><frameset rows='96, *" "border=0"><frame name="top" src="top.html" scrolling="No"><frame name="main" src="main.asp" scrolling="Auto"></frameset></frameset><body></body></html>二、动态网页编程图6-9是用户按品牌型号进行查询时的网页(main.asp)在IE浏览器上运行后的效果图。表6-9是手机信息数据库表结构。其中,Brand字段下共有两种数据:moto、nokia,分别代表摩托罗拉、诺基亚。【main.asp文档的内容】<html><head><title>易搜手机资讯广场</title></head><body bgcolor="ffffff" background="bg1.gif" text="000000"><table border="0" cellpadding="0" cellspacing="0" width="100%"><left><!-以下为实现按手机型号搜索功能的部分--><from name="form1" method="post" action="main_search.asp"><div align="left"><table width="400" border="0"><tr><td align="right" width="120">请输入<font color="ff0000">型号</font>关键字:</td><td align="left" width="40"><input name="Searchtxt" type="text" id="Searchtxt"></td><td colspan="2" align="left"><input type="submit" name="Submit" value="搜索"></td></tr></table></div></form></left></table><!-以下为浏览手机信息部分功能><table><center><%dim searchtext searchtext=Request.Form. ("Mobel")exec="select * from mod order by Type ASC"set conn=server.createobject ("adodb.connection")dbpath=server.mappath ("mod.mdb")conn.open "PROVIDER=Microsoft.jet.OLEDB.4.0;data source="&dbpathset rs=server.createobject ("adodb.recordset")rs.open exec, conn, 1, 3<!-省略关于分页功能的代码>%><div align="right"><table border="1" width="100%"><tr><th width="20%"><font color="996633" size="2">品牌</font></th><th width="20%"><font color="996633" size="2">型号</font></th><th width="20%"><font color="996633" size="2">参考价格</fonr></th><th width="40%"><font color="996633" size="2">功能描述</font></th></tr></table><br><% do while NOT rs.EOF and rowcount>0%><div align="right"><table border="1" width="100%"><tr><td align="center" width="20%"><font size="2"><%=rs (Brand) %></font></td><td align="center" width="20%"><a herf="<%=rs ("type") %>.asp"><

参考答案和解析
正确答案:C
更多“设置表格边框色彩的HTML代码是()A、table color=# B、th bordercolor=# C、table bordercolor=# D、th color=#”相关问题
  • 第1题:

    在 HTML语言中,给表格添加行的标记是( )。

    A.<TR></TR> B.<TD></TD>C.<Table></Table > D.<TH></TH>


    正确答案:A

  • 第2题:

    定义表元的HTML是()

    • A、<table> 
    • B、<td> 
    • C、<tr> 
    • D、<th>

    正确答案:B

  • 第3题:

    要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()。

    • A、<table bgcolor=green bordercolor=red>
    • B、<td bgcolor=red bordercolor=green>
    • C、<tr bgcolor=green bordercolor=red>
    • D、<td bgcolor=green bordercolor=red>

    正确答案:D

  • 第4题:

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

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

    正确答案:B

  • 第5题:

    设置表格的高度为600的HTML代码是()

    • A、<table height=500 width=600>
    • B、<table vspace=600 hspace=500> 
    • C、<table height=600 width=500> 
    • D、<table vspacet=500 hspace=600>

    正确答案:C

  • 第6题:

    表示表元的背景色彩的HTML是()

    • A、<tr color=#> 
    • B、<tr bgcolor=#> 
    • C、<th bgcolor=#> 
    • D、<th color=#>

    正确答案:C

  • 第7题:

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

    • A、<title></title> 
    • B、<name></name> 
    • C、<table></table> 
    • D、<caption></caption>

    正确答案:D

  • 第8题:

    表格语法格式正确的是()。

    • A、〈table〉〈tr〉〈td〉内容〈/td〉〈/tr〉〈/table〉
    • B、〈table〉〈tr〉内容〈/tr〉〈td〉内容〈/td〉〈/table〉
    • C、〈table〉〈tr〉〈th〉内容〈/th〉〈td〉内容〈/td〉〈/tr〉〈/table〉
    • D、〈table〉〈tr〉〈td〉〈th〉内容〈/th〉〈/td〉〈/tr〉〈/table〉

    正确答案:A,C

  • 第9题:

    要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()

    • A、<table  bgcolor = "green"  bordercolor="red"> 
    • B、<td  bgcolor="red"  bordercolor="green"> 
    • C、<tr  bgcolor="green" bordercolor="red">
    • D、<td  bgcolor="green"  bordercolor="red">

    正确答案:D

  • 第10题:

    html语言中,设置围绕表格的边框的宽度的标记是?()

    • A、<table border=#>
    • B、<table cellspacing=#>
    • C、<table cellpadding=#>
    • D、<table width=# or%>

    正确答案:D

  • 第11题:

    单选题
    要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()
    A

    <table  bgcolor = green  bordercolor=red> 

    B

    <td  bgcolor=red  bordercolor=green> 

    C

    <tr  bgcolor=green bordercolor=red>

    D

    <td  bgcolor=green  bordercolor=red>


    正确答案: D
    解析: 暂无解析

  • 第12题:

    ( 难度:中等)设置表格的边框为0的HTML代码是
    A.<table cellspacing=0>
    B.<table height=0>
    C.<table border=0>
    D.<table cellpadding=0>

    答案:C

  • 第13题:

    在HTML语言中,给表格添加行的标记是______。

    A.<TR></TR>
    B.<TD></TD>
    C.<Table><Table>
    D.<TH></TH>

    答案:A
    解析:
    本题考查HTML语言中关于表格标记的知识。网页中经常要用到表格,<table<标记定义HTML表格。一个简单的HTML表格由table标记以及一个或多个tr、th或td标记组成,其中:tr标记定义表格行,th标记定义表头,td标记定义表格单元格。

  • 第14题:

    设计一个边框为3的表格,下述哪个HTML是正确的?()

    • A、<Table Border=3>
    • B、<Table Cellspacing=3>
    • C、<Table Cellpadding=3>
    • D、<Table Width=3>

    正确答案:A

  • 第15题:

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

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

    正确答案:A

  • 第16题:

    设置表格的单元格填充为0的HTML代码是()

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

    正确答案:D

  • 第17题:

    设置表格的宽度为600的HTML代码是()

    • A、<table height=500 width=600> 
    • B、<table vspace=600 hspace=500> 
    • C、<table height=600 width=500> 
    • D、<table vspacet=500 hspace=600>

    正确答案:A

  • 第18题:

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

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

    正确答案:D

  • 第19题:

    HTML语言中,设置表格中文字与边框距离的标签是()。

    • A、<table boder=””>
    • B、<table cellspacing=””>
    • C、<table cellpadding=””>
    • D、<table width=””>

    正确答案:C

  • 第20题:

    用来创建表格的HTML代码是()

    • A、<table></table>
    • B、<tr></tr>
    • C、<td></td>
    • D、<th></th>

    正确答案:A

  • 第21题:

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

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

    正确答案:C

  • 第22题:

    单选题
    设计一个边框为3的表格,下述哪个HTML是正确的?()
    A

    <Table Border=3>

    B

    <Table Cellspacing=3>

    C

    <Table Cellpadding=3>

    D

    <Table Width=3>


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()。
    A

    <table bgcolor=green bordercolor=red>

    B

    <td bgcolor=red bordercolor=green>

    C

    <tr bgcolor=green bordercolor=red>

    D

    <td bgcolor=green bordercolor=red>


    正确答案: C
    解析: 暂无解析