单项选择题
设置表格的边框为0的HTML代码是()。
A、<table cellspacing=0>
B、<table height=0>
C、<table border=0>
D、<table cellpadding =0>
点击查看答案
相关考题
-
单项选择题
跨多列的表元的HTML代码为()
A. th colspan=#
B. th rowspan=#
C. td colspan=#
D. td rowspan=# -
单项选择题
跨多行的表元的HTML代码为()
A.<th colspan=#>
B.<th rowspan=#>
C.<td colspan=#>
D.<td rowspan=#> -
单项选择题
定义表元的HTML是()
A.<table>
B.<td>
C.<tr>
D.<th>
