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

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

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

相关考题:

以下()标记是基本的HTML表格标记。A、TABLE/TABLEB、TR/TRC、TD/TDD、P/PE、TH/TH

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

有以下HTML代码,在浏览器中显示正确的是( ) table border=1 tr thName/th th colspan=2Tel/th /tr tr tdLaura Welling/td td555 77 854/td td555 77 854/td /tr /tableA.B.C.D.

在 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代码 table width=# or% 表示?()A、设置表格格子之间空间的大小B、设置表格格子边框与其内部内容之间空间的大小C、设置表格的宽度-用绝对像素值或文档总宽度的百分比D、设置表格格子的水平对齐

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

定义表元的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

以下样式设置中可以将表格设置为带边框的表格类名为()。A、tableB、table-stripedC、table-borderedD、table-condensed

设置表格的单元格间距为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、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>

单选题要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()Atable  bgcolor = green  bordercolor=red Btd  bgcolor=red  bordercolor=green Ctr  bgcolor=green bordercolor=redDtd  bgcolor=green  bordercolor=red

单选题要设定表格中某一单元格的边框颜色为红色,背景颜色为绿色,则下面的属性设置中正确的是()。Atable bgcolor=green bordercolor=redBtd bgcolor=red bordercolor=greenCtr bgcolor=green bordercolor=redDtd bgcolor=green bordercolor=red

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