請大家幫忙看一下代碼是否正確? 這是實踐題
.main{ width:960px; 【任務1】margin:0 auto}
.head{ width:200px;height:100px; background:#F90;margin:0 auto}
.left{ width:220px; height:600px; background:#ccc; float:left;【任務2】}
.right{ width:740px; height:600px;background:#FCC; float:right}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right;【任務3】}
.footer{ height:50px; background:#9F9; clear:right;【任務4】}
2016-07-08
任務4 clear:both;