forked from hvidsten/cssTutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwoColumn.html
More file actions
30 lines (30 loc) · 1.17 KB
/
Copy pathTwoColumn.html
File metadata and controls
30 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Door County Wildflowers</title>
</head>
<body>
<div id="wrapper">
<div id="leftcolumn">
<a href="#" class="navBar">Home</a>
<a href="#" class="navBar">Spring</a>
<a href="#" class="navBar">Summer</a>
<a href="#" class="navBar">Fall</a>
<a href="#" class="navBar">Winter</a> </div>
<div id="rightcolumn">
<div id="logo">
<h1>Door County Wildflowers</h1> </div>
<div class="content">
<img width="200" height="150" alt="Showy Lady Slippers" id="floatright"
src="showy.jpg"/>
<p>Wisconsin's Door County Peninsula is a unique, ecologically diverse
place with upland and boreal forest, bogs, swamps, sand and rock
beaches, limestone escarpments, and farmlands. </p>
<p>A wide array of wildflowers grow in the county because of this
variety of ecosystems.</p>
<h3>Explore the beauty
<br/> of Door County Wildflowers....</h3> </div>
<div class="footer">Copyright © 2007 Door County Wild Flowers<br/> Last
Updated on 07/07/07 </div> </div> </div>
</body>
</html>