I have a weird feeling... BABOOM!
Hi I'm a header
Hi I can be your table of contents side bar!
I'm the main page
Want to know how I did this? Well I'll tell you how.
It is by FLOATING!
Floating is a very useful tool to put things in the right order.
It can make your website look very pretty.
well here is the code:
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<div id="header"></div>
<div class="left"></div>
<div class="right"></div>
<div id="footer"></div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<div id="header"></div>
<div class="left"></div>
<div class="right"></div>
<div id="footer"></div>
</body>
</html>
No comments:
Post a Comment