LAB : THIẾT KẾ LAYOUT VÀ TRANG WEB HOÀN CHỈNH DÙNG DIV - Bài tập thầy cho Layout4_DucOk - THỰC HÀNH - CODE
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <link type="text/css" href="menu.css" rel="stylesheet" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="menu.js"></script> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <style> body { font-family: Times New Roman; font-size:16; Text-align:center; } #container{ margin:auto; width:960px; text-align:left;} #header { height:150px; border: solid 1px #033; background: no-repeat url(banner/banner1.jpg); } #thanhmenu { height:41px; background-color:#004080; margin-top:5px;} #main1 { height:300px; margin-top:3px;} #main1_1 { float:left; width:460px; background-color:#9CF; height:300px;} #main1_2 { float:left; width:240px; margin-left:5px;...