Selasa, 22 Februari 2011

Modul4_Tugas Prak

 ini file coba.css
body{
margin : 10px auto;
width: 750px;
}

header{
height:80px;
display:block;
border:1px solid green;
}

nav{
float:top;
width:748px;
height:30px;
display:block;
border:1px solid blue;
}

article {
float:left;
margin-top:20px;
margin-left:20px;
width:500px;
height:330px;
border: 1px dashed red;
}

section{
width:748px;
height:380px;
display:block;
border:1px solid red;
}

aside{
float:right;
margin-top:20px;
margin-right:20px;
width :180px;
height :330px;
border : 1px dashed green;
}

footer{
clear:both;
height:20px;
display:block;
border:1px solid green;
}
ini file cobakasus.html
<!DOCTYPE HTML>
<html lang="en">

<head>
<title>Coba Studi Kasus</title>
<link rel="stylesheet"href="coba.css" type="text/css" />
</head>

<body>
<header>
header
</header>

<nav>
nav
</nav>




<section>
<article>
article
</article>
<aside>
aside
</aside>

section
</section>



<footer>
footer
</footer>

</body>
</html>




Tidak ada komentar:

Posting Komentar