A. <table>...</table> B. <tr>...</tr> C. <th>...</th> D. <td>...</td>
A. :visited B. :active C. :hover D. :mouseover
A. 这段代码中使用的选择器是后代选择器 B. 这段代码中使用的选择器是分组选择器 C. 这段代码中使用的选择器是相邻兄弟选择器 D. 这段代码中使用的选择器是伪类选择器
A. td{ bgcolor: B. CCC;} C. td{ background: D. CCC;} E. td{ backgroundcolor: F. CCC;} G. td{ background-color: H. CCC;}
A. table{width:50px;} B. table{height:50px;} C. table{line-height:50px;} D. table{font-size:50px;}
A. 对 B. 错