html语言中,设置围绕表格的边框的宽度的标记是( )。(1.0)
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%>
举一反三
- 设置表格的边框宽度的HTML代码是 A: <table size= B: > C: <table border= D: > E: <tableborder= F: > G: <table bordersize= H: >
- 设置表格边框色彩的HTML代码是( )。 A: <table color= B: > C: <th bordercolor= D: > E: <table bordercolor= F: > G: <th color= H: >
- 设置单元格填充为0的HTML代码 ( )。 A: <table cellspacing=0> B: <table cellspacing="0"> C: <table cellpadding="0"> D: <table cellpadding=0>
- 设置表格的边框为0的HTML代码是( )。(1.0) A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- 设置表格的宽度为600的HTML代码是( )。 A: <table height="500" width="600"></table> B: <table vspace="600" hspace="500"></table> C: <table height="600" width="500"></table> D: <table vspacet="500" hspace="600"></table>