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

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

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

相关考题:

如果想获得细的表格边框线的效果,可以()。 A.可以将table标签中的border属性设置为1B.可以将table标签中的border属性设置为0C.手写代码是写不出的D.可以通过设置表格的背景色与单元格的背景色不同,并且对order,cellspacing,cellpadding的属性值进行控制得到

若要使表格的行高为16pt,以下方法中,正确的是()A、table border=1 style=”Ling-Height:16”…/tableB、table border=1 style=”Ling-Height:16pt”…/tableC、table border=1 LingHeight=16pt”…/tableD、table border=1 LingHeight=”16pt”…/table

下列关于HTML语言的table标记正确的是()。A、border用于设置表格边线宽度,cellpadding用于设置框线厚度B、cellpadding用于设置框线厚度,cellspacing用于设置数据与边框的距离C、bgcolor用于单元格的背景颜色,width用于设定整个表格的宽度D、valign用于强制单元格内容不换行,nowarp用于设定单元格内容垂直对齐方式

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

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

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

分析下边的HTML代码,则选项中的说法正确的是<table border=“10"align=“center"cellpadding=”0”><tr><td>姓名</td>〈td〉张三〈/td〉〈td〉描述〈/td〉</tr><tr><td>成绩</td><td>语文</td>〈td〉98〈/td〉</tr></table>()。A、表格的边框为10B、单元格间距是2pxC、单元格边距是0pxD、该表格共有3行2列

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

下列哪一种设置能使表格显示边框()。A、在td中添加border属性B、在table中添加border属性C、在tr中添加border属性D、以上全都可以

以下样式设置中可以将表格设置为带边框的表格类名为()。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

设置表格的单元格填充为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

HTML语言中,设置表格中文字与边框距离的标签是()A、 TABLE border=#B、 TABLE cellspacing=#C、 TABLE cellpadding=#D、 TABLE width=# or %

设置表格的宽度为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、table line B、table rules C、table rule D、table lines

设置表格边框色彩的亮度的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=””

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

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

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

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

单选题下列哪一种设置能使表格显示边框()。A在td中添加border属性B在table中添加border属性C在tr中添加border属性D以上全都可以

单选题如果想获得细的表格边框线的效果,可以()。A可以将table标签中的border属性设置为1B可以将table标签中的border属性设置为0C手写代码是写不出的D可以通过设置表格的背景色与单元格的背景色不同,并且对order,cellspacing,cellpadding的属性值进行控制得到

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