/home/caleb/ASDV-WebDev/Assignments/lab5_4_CalebFontenot/public_html/5.6/3.html |
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>KayakDoorCounty.net</title> <style> body { background-image: url(background.jpg); font-family: Verdana, Arial, sans-serif; } header { background-color: #000033; background-image: url(headerbackblue.jpg); background-position: right; background-repeat: no-repeat; color: #FFFF99; line-height: 400%; text-indent: 1em; } h1, h2, h3{ font-family: Georgia, "Times New Roman", serif; } nav { font-weight: bold; font-size: 1.5em; } nav a{ text-declaration: none; } p { text-indent: 2em; } footer { text-style: italic; font-size: .80em; text-align: center; } </style> </head> <body> <header> <h2><!img src="kayakdc.gif" alt="KayakDoorCounty.net" width="500" height="60">KayakDoorCounty.net</h2> </header> <nav id="bar"> <a href="index.html"><img src="home.gif" width="90" height="35"></a> <a href="tours.html"><img src="tours.gif" width="90" height="35"></a> <a href="reservations.html"><img src="reservations.gif" width="190" height="35"></a> <a href="contact.html"><img src="contact.gif" width="130" height="35"></a> </nav> <main> <h2>Your next adventure is only a paddle away ....</h2> <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p> <h3>Featured tours this week:</h3> <ul> <li>Cana Island</li> <li>Mink River</li> <li>Europe Lake</li> </ul> </main> <footer> <a href="index.html">Home</a> <a href="tours.html">Tours</a> <a href="reservations.html">Reservations</a> <a href="contact.html">Contact</a> <small><i>Copyright © 2023 KayakDoorCounty.net</i></small> </footer> </body> </html>