- 0
设置单元格填充为0的HTML代码 ( )。
A: <table cellspacing=0>
B: <table cellspacing="0">
C: <table cellpadding="0">
D: <table cellpadding=0>
- 1
设置表格的单元格填充距为0的HTML代码是( )
A: table cellspacing =0
B:
C:
D:
- 2
对桥涵构造物基坑开挖出的材料的处理要求是()。
A: <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD vAlign=top>应用作回填 </TD></TR></TBODY></TABLE>
B: <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD vAlign=top>应作为弃方 </TD></TR></TBODY></TABLE>
C: <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD vAlign=top>应由监理工程师决定是否用于回填</TD></TR></TBODY></TABLE>
- 3
设置表格宽度为300像素的代码是( )
A: <table height="300">
B: <table width="300">
C: <table border="300">
D: <table cellspacing="300">
- 4
html语言中,设置围绕表格的边框的宽度的标记是?
A: <table cellpadding=#>
B: <.table width=# or%>
C: <table border=#>
D: <table cellspacing=#>