网页中设置表格的边框1px,单元格内容到单元格边框之间的距离2px,下面正确的是:()
A: ”table
border="1" cellpadding="2"”
B: ”table
border="2" cellpadding="1"”
C: ”table
border="1" cellspacing="2"”
D: ”table
border="2" cellspacing="1"”
A: ”table
border="1" cellpadding="2"”
B: ”table
border="2" cellpadding="1"”
C: ”table
border="1" cellspacing="2"”
D: ”table
border="2" cellspacing="1"”
A
举一反三
- html语言中,设置围绕表格的边框的宽度的标记是? A: <table cellpadding=#> B: <.table width=# or%> C: <table border=#> D: <table cellspacing=#>
- 使用<;table>;标记的( )属性可以为表格设置边框 A: cellspacing B: cellpadding C: border D: size
- 设置表格的单元格间距为0的HTML代码是() A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- html语言中,设置围绕表格的边框的宽度的标记是() A: <;table border= B: >; C: <;table cellspacing= D: >; E: <;table cellpadding= F: >; G: <;.table width= H: or%>;
- table border=“1”>代表表格的 宽度为1像素(边框、单元格之间间距、内容到边框的间距)
内容
- 0
设置表格的边框为0的HTML代码是( )。(1.0) A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- 1
设置表格的单元格填充为0的HTML代码是( )。 未知类型:{'options': ['[table cellspacing=0]', '[table height=0]', '[table border=0]', '[table cellpadding=0]'], 'type': 102}
- 2
指定表格单元中内容与表格单元格边框之间的空间大小,需要设置表格属性中的() A: cellpadding B: cellspacing C: width D: border
- 3
HTML中,设置表格单元格中的内容与单元格的边框距离的属性是( )。 A: border B: cellpadding C: width D: cellspacing
- 4
下列()属性用于设置表格中单元格内容与单元格边框之间的空白间距? A: cellpadding B: cellspacing C: border D: bgcolor