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>
- 假设 x = 1, y = -1, and z = 1. 下面哪项是对的? if (x > 0) if (y > 0) System.out.println("x > 0 and y > 0");else if (z > 0) System.out.println("x < 0 and z > 0"); A: x < 0 and z > 0; B: 没有输出. C: x < 0 and z < 0; D: x > 0 and y > 0;
- html语言中,设置围绕表格的边框的宽度的标记是( )。(1.0) A: <table border= B: > C: <table cellspacing= D: > E: <table cellpadding= F: > G: <table width= H: or%>
- <p>若要使表格的行高为16pt,以下方法中,正确的是( )。</p> A: <table border="1" line-height=”16pt">…</table> B: <table border="1" style="line-height:16">…</table> C: <table border="1" style="line-height:16pt">…</table> D: <table border="1" style="height:16pt">…</table>
内容
- 0
设置单元格填充为0的HTML代码 ( )。 未知类型:{'options': ['[table cellspacing=0]', '[table cellspacing="0"]', '[table cellpadding="0"]', '[table cellpadding=0]'], 'type': 102}
- 1
设置表格的单元格间距为0的HTML代码是() A: <table cellspacing =0> B: <table height=0> C: <table border=0> D: <table cellpadding =0>
- 2
设置表格的边框为0的HTML 代码是( )。 A: <;table cellspacing=0>; B: <;table height=0>; C: <;table boeder=0>; D: <;table cellpadding=0>;
- 3
设置表格的边框宽度的HTML代码是 A: <table size= B: > C: <table border= D: > E: <tableborder= F: > G: <table bordersize= H: >
- 4
下列的 HTML 中,可以产生超链接的是______。 A: < a href="http:// www.kmust.edu.cn " >昆明理工大学< /a > B: < a url="http://www.kmust.edu.cn" >昆明理工大学< /a > C: < a >http:// www.kmust.edu.cn < /a > D: < a name="http:// www.kmust.edu.cn " >昆明理工大学< /a >