试题详情

分析下面的html5代码片断,则选项中的说法错误的是( ) <table border="10" bordercolor="yellow" cellspacing="0" cellpadding="5"> <tr bgcolor="red"> <td colspan="2">书籍</td> <td colspan="3">音像</td> </tr></table>

A表格共5列,“书籍”跨2列,“音像”跨3列

B表格的背景颜色为yellow

C“书籍”和“音像”所在行的背景色为red

D表格中单元格间距为0,单元格填充为5