28-01-2011, 23:59
no wiec tak to wyglada (jesli o to ci chodzilo):
Kod:
<html>
<link href="style.css" rel="stylesheet" type="text/css" />
<body>
<html>
<body>
<div id="header">
Logo goes in here
</div>
</body>
</html>
<html>
<body>
<div id="menu">
menu here
</div>
</body>
</html><div id="content1">
<h1>Content</h1>
<p>Paragraph in here</p>
</div>
<html>
<body>
<div id="footer">
Footer content goes in here
</div>
</body>
</html>
</body>
</html>