html语言中,设置围绕表格的边框的宽度的标记是()
A: <;table border=
B: >;
C: <;table cellspacing=
D: >;
E: <;table cellpadding=
F: >;
G: <;.table width=
H: or%>;
A: <;table border=
B: >;
C: <;table cellspacing=
D: >;
E: <;table cellpadding=
F: >;
G: <;.table width=
H: or%>;
A
举一反三
- html语言中,设置围绕表格的边框的宽度的标记是? A: <table cellpadding=#> B: <.table width=# or%> C: <table border=#> D: <table cellspacing=#>
- html语言中,设置围绕表格的边框的宽度的标记是( )。(1.0) A: <table border= B: > C: <table cellspacing= D: > E: <table cellpadding= F: > G: <table width= H: or%>
- 在HTML语言中,属于〈table〉标记属性的是() A: border B: width C: cellspacing D: cellpadding
- html 语言中, 设置围绕表格的边框的宽度的标记是? A: table border= B: C: D: E:
- 设置围绕表格的边框宽度的HTML代码是: A: <table size=""> B: <table border=""> C: <table bordersize=""> D: <tableborder="">
内容
- 0
设置表格的边框为0的HTML代码是( )。(1.0) A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- 1
设置表格宽度为300像素的代码是( ) A: <table height="300"> B: <table width="300"> C: <table border="300"> D: <table cellspacing="300">
- 2
设置表格的单元格间距为0的HTML代码是() A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- 3
设置表格的边框为0的HTML 代码是( )。 A: <;table cellspacing=0>; B: <;table height=0>; C: <;table boeder=0>; D: <;table cellpadding=0>;
- 4
网页中设置表格的边框1px,单元格内容到单元格边框之间的距离2px,下面正确的是:() A: ”table<br/>border="1" cellpadding="2"” B: ”table<br/>border="2" cellpadding="1"” C: ”table<br/>border="1" cellspacing="2"” D: ”table<br/>border="2" cellspacing="1"”