Senin, 28 Februari 2011

Studi Kasus Modul 4


Souce Code Css:




Source Code html:
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Studi Kasus Modul 4</title>
<link rel="stylesheet" href="layout4.css" type="text/css" />
</head>
<body>
<header>Header</header>
<nav>
<home>Home</home>
<articles>Articles</articles>
<download>Download</download>
<aboutus>About Us</aboutus>
<search>Search</search>
</nav>
<inner>
<sidebar>
<login>Login</login>
<br/>Aside
</sidebar>
<contents>Content</contents>
Section
</inner>
<footer>Footer</footer>
</body>
</html>



Screenshoot:


Tidak ada komentar: