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