HTML在CSS中设置背景后,无法设置表格背景颜色是因为css中代码书写错误的原因。
css中设置表格背景颜色的代码为background-color,正确书写方式为: .tableB { background-color:#FFFFFF; }