티스토리 뷰

카테고리 없음

DIV 태그 이해하기

서연아빠 2016. 3. 25. 14:09

<!doctype html>

<html>

<head>

<lin rel="stylesheet" type="text/css" href="style.css" />

</head>

<body>

<div id="container">

<div id="header">

</div>

<div id="content">

</div>

<div id="sideinfo">

</div>

<div id="footer">

</div>

</div>

</body>

</html>


#container { background-color:#F0F0F0; width:960px; margin:0 auto; padding:10px; }

#header { background-color:#908886; height:100px }

#content { background-color:#F5F5F5; float:left; width:660px; height:400px }

#sideinfo { background-color:#DcDAD9; float:right; width:300px; height:400px; }

#footer { background-color:#555555; clear:both; height:100px; }



결과 화면





공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함