用div写一个表格作业,大大们帮帮忙啊

<table width="800" height="600" border="1"><tr><td width="800" height="60" bgcolor="red" colspan="2"></td></tr><tr><td width="200" height="440" bgcolor="blue"></td><td width="600" height="440"></tr><tr><td width="800" height="100" bgcolor="yellow" colspan="2"></td></tr>把上面这段用DIV写出来 怎么写啊?
2026年09月26日 08:21
有2个网友回答
网友(1):











OK了 有什么问题可以百度HI找我聊聊

网友(2):








这样也可以,你哪个用的顺手用哪个。建议你把样式写在css文件里,别再行内用样式。