网页中设置表格的边框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"”
举一反三
- 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像素(边框、单元格之间间距、内容到边框的间距)