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

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

显示表格分隔线的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>