Tra Từ Điển

Thời gianTiếtThứ 2Thứ 3Thứ 4Thứ 5Thứ 6
8g40 - 9g101Tiếng Việt
Tiếng Anh
Tiếng Việt
Tiếng Việt
9g10 - 9g302Nghỉ giải lao
Tiếng Anh
Nghỉ giải lao
Nghỉ giải lao
9g30 - 10g3Toán
Toán
Toán

Tuesday, November 23, 2021

23/11/2021 LAYOUT 2

Untitled Document

LEFT
//
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<script type="text/javascript" src="../jquery-3.6.0.js"></script>
<style>
#container{ width:990px}
#header {height:120px; background-color:#CC9900; margin-bottom:5px;}
#left { width: 200px; float: left;
   background-color: #999999; min-height:300px;}
#right { margin-left:205px; min-height:300px; background-color: #CCCC99;}
</style>
</head>

<body>
<div id="container">
<div id="header">HEAD</div>
<div id="left">LEFT</div>
    <div id="right">RIGHT</div>
</div>
</body>
</html>

1 comment: