多选题
68.下列HTML代码能使单元格的文字居中的有( )
A
< table align="center" width=300 >< tr >< td >文字< /td >< /tr >< /table >
B
< table width=300 >< tr align="center" >< td >文字< /td >< /tr >< /table >
C
< table width=300 >< tr >< td align="center" >文字< /td >< /tr >< /table >
D
< table width=300 >< tr >< th >文字< /th >< /tr >< /table >
答案解析
正确答案:BCD
解析:
题目解析
在HTML中,可以使用

