Monday, October 18, 2010

pemrograman web_mo82_090020128(okta ahara legawa)

<html>
<head>
<style type ="text/css">
#header{
margin:0px 0px 0px 0px;
width:900px;
height:200px;
background:url(header.jpg)repeat center;
float:left;
}
#kiri{
margin:0px 0px 0px 0px;
width:200px;
height:500px;
background:url(left.jpg)repeat center;
float:left;
}
#kanan{
margin:0px 0px 0px 0px;
width:200px;
height:500px;
background:url(kanan1.jpg)repeat center;
float:left;
}
#tengah{
margin:0px 0px 0px 0px;
width:500px;
height:500px;
background:url(background2.jpg)repeat center;
float:left;
}
#footer{
margin:0px 0px 40px 0px;
width:900px;
height:80px;
background:url(footer1.jpg)repeat center;
float:left;
}
body{
background-color:#000000;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
</style>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="header"></div>
<div id="kiri"></div>
<div id="tengah"></div>
<div id="kanan"></div>
<div id="footer"></div>

</body>
</html>