设置表格的宽度为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>
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>
举一反三
- <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的HTML代码 ( )。 A: <table cellspacing=0> B: <table cellspacing="0"> C: <table cellpadding="0"> D: <table cellpadding=0>
- 对于HTML页面,在a开始标签中匹配href属性内容的最合理的正则表达式是什么?假设href属性内容使用双引号包围,需要将匹配内容放到第一个匹配组中。 A: <a href="([^"]*)"[^>*]> B: (?is)<as[^>*]href="([^"]*)"[^>*]> C: <as[^>*]href="([^"]*)"[^>*]> D: <as[^>*]href="([^"]*)">
- 下列的 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 >
- 下面哪种写法可以链接到百度网页? A: <a href="百度">百度</a> B: <a href="baidu.com" target="new">百度</a> C: <a href="http://baidu.com" target="new">百度</a> D: <a href="hhtp://www.baidu.com" target="new">百度</a>