用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写出来 怎么写啊?