网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

设置表格边框色彩的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=#” 相关考题
考题 以下()标记是基本的HTML表格标记。A、TABLE/TABLEB、TR/TRC、TD/TDD、P/PE、TH/TH

考题 认真阅读以下关于静态网页制作和动态网页编程的技术说明,根据要求回答问题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"><

考题 认真阅读以下关于网页制作和网页编程的内容,回答问题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

考题 设置表格的边框为0的HTML代码是() A. table cellspacing =0B.table height=0C.table border=0D.table cellpadding =0

考题 在 HTML语言中,给表格添加行的标记是( )。A.TR/TR B.TD/TDC.Table/Table D.TH/TH

考题 在HTML语言中,给表格添加行的标记是______。A.<TR></TR> B.<TD></TD> C.<Table><Table> D.<TH></TH>

考题 定义表元的HTML是()A、table B、td C、tr D、th

考题 设计一个边框为3的表格,下述哪个HTML是正确的?()A、<Table Border=3>B、<Table Cellspacing=3>C、<Table Cellpadding=3>D、<Table Width=3>

考题 要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()。A、table bgcolor=green bordercolor=redB、td bgcolor=red bordercolor=greenC、tr bgcolor=green bordercolor=redD、td bgcolor=green bordercolor=red

考题 设置表格的单元格间距为0的HTML代码是()A、table cellspacing =0 B、table height=0 C、table border=0 D、table cellpadding =0

考题 设置围绕表格的边框宽度的HTML代码是?()A、table size=#B、table border=#C、table bordersize=#D、tableborder=#

考题 设置表格的单元格填充为0的HTML代码是()A、table cellspacing=0B、table height=0C、table border=0 D、table cellpadding=0 

考题 设置表格的高度为600的HTML代码是()A、table height=500 width=600B、table vspace=600 hspace=500 C、table height=600 width=500 D、table vspacet=500 hspace=600

考题 设置表格的宽度为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

考题 表示表元的背景色彩的HTML是()A、tr color=# B、tr bgcolor=# C、th bgcolor=# D、th color=#

考题 设置表格边框色彩的亮度的HTML代码是()A、th bordercolorlight=# B、table bordercolor=# C、th bordercolor=# D、table bordercolorlight=#

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

考题 HTML语言中,设置表格中文字与边框距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””

考题 表格语法格式正确的是()。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〉

考题 用来创建表格的HTML代码是()A、table/tableB、tr/trC、td/tdD、th/th

考题 要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()A、table  bgcolor = "green"  bordercolor="red" B、td  bgcolor="red"  bordercolor="green" C、tr  bgcolor="green" bordercolor="red"D、td  bgcolor="green"  bordercolor="red"

考题 设置表格的边框为0的HTML代码是()A、table cellspacing =0B、table height=0C、table border=0 D、table cellpadding =0

考题 html语言中,设置围绕表格的边框的宽度的标记是?()A、table border=#B、table cellspacing=#C、table cellpadding=#D、table width=# or%

考题 单选题设计一个边框为3的表格,下述哪个HTML是正确的?()A <Table Border=3>B <Table Cellspacing=3>C <Table Cellpadding=3>D <Table Width=3>

考题 单选题要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()A table  bgcolor = green  bordercolor=red B td  bgcolor=red  bordercolor=green C tr  bgcolor=green bordercolor=redD td  bgcolor=green  bordercolor=red

考题 单选题要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()。A table bgcolor=green bordercolor=redB td bgcolor=red bordercolor=greenC tr bgcolor=green bordercolor=redD td bgcolor=green bordercolor=red

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