显示表格分隔线的HTML是()A、table line B、table rules C、table rule D、table lines

显示表格分隔线的HTML是()

  • A、<table line> 
  • B、<table rules> 
  • C、<table rule> 
  • D、<table lines>

相关考题:

在HTML语言中,表格中行的开始和结束的标签是() A.head/headB.tr/trC.td/tdD.table/table

Bootstrap中,通过对表格调用类()可实现响应式表格。 A..table-condensedB..table-stripedC..table-hoverD..table-responsive

通过对表格调用Bootstrap中的类()可实现条纹状表格效果。 A.table-stripedB.table-hoverC.table-responseD.table

设置表格的边框为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>

DMS中哪张表格定义系统做Image文件的时间()A、table imgdevB、table imgschedC、table itocD、table rexsched

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

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

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

设置表格的高度为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

设置表格边框色彩的亮度的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、row和/rowB、tr和/trC、td和/tdD、table和/table

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

HTML语言中,表格标记符是()。A、HEAD/HEADB、FORM/FORMC、TABLE/TABLED、HTML/HTML

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

利用 table标记符()属性可以控制表格边框的显示样式;利用 table标记符的()属性可以控制表格分隔线的显示样式。

向网页中插入表格应该用以下()。A、〈table〉〈/table〉B、〈div〉〈/div〉C、〈html〉〈/html〉D、〈ul〉〈/ul〉

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

table rules=cols ,表示()A、显示所有分隔线B、只显示组(Groups)与组之间的分隔线C、只显示行与行之间的分隔线D、只显示列与列之间的分隔线

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

HTML语言中,设置表格中单元格之间的距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””

html文件的最高级标签是()A、〈html〉〈/html〉B、〈tABle〉〈/tABle〉C、〈BoDy〉〈/BoDy〉D、〈p〉〈/p〉

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

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