HTML

uhaul.html

Mar 7th, 2018
384
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>The One And Only Oviedo Auto Repair!</title>
  5. <meta charset="utf-8">
  6. <meta name="author" content="Jacob Howard">
  7. <meta name="description" content="The official website for the one and only Oviedo Auto Repair in Florida!">
  8. <meta name="keywords" content="html, css, oviedo, auto repair, body shop, auto shop, oviedo auto repair">
  9. <link rel="icon" href="favicon.ico">
  10. <link rel="stylesheet" href="style.css">
  11. </head>
  12. <body>
  13. <div id="wrapper">
  14. <div id="all">
  15. <div id="top">
  16. <header><a href="index.html"><img src="img/logo.png" alt="Oviedo Auto Repair logo"></a></header>
  17. <nav>
  18. <ul>
  19. <li><a href="index.html"><button>Home</button></a></li>
  20. <li><a href="findus.html"><button>Find Us</button></a></li>
  21. <li><a href="specials.html"><button>Specials</button></a></li>
  22. <li><a href="repairservices.html"><button>Repair Services</button></a></li>
  23. <li><a href="uhaul.html"><button class="current">U-HAUL</button></a></li>
  24. <li><a href="about.html"><button>About Us</button></a></li>
  25. </ul>
  26. </nav>
  27. </div><br>
  28. <main>
  29. <h2>U-HAUL Storage</h2>
  30. <span id="center"><strong>At Oviedo Auto Repair, we offer U-HAUL truck rental as well as monthly-paid boat storage. We are proud to say that we are in the top 100 U-HAUL van and truck rental services in Florida!</strong></span><br>
  31. <img src="img/uhaul.jpg" alt="Top 100 U-HAUL truck dealers" class="uhauli">
  32. <img src="img/storage.png" alt="Monthly boat storage" class="uhauli">
  33. </main><br>
  34. <footer>
  35. <a href="index.html">Home</a> &boxv;
  36. <a href="findus.html">Find Us</a> &boxv;
  37. <a href="specials.html">Specials</a> &boxv;
  38. <a href="repairservices.html">Repair Services</a> &boxv;
  39. <a href="uhaul.html">U-HAUL</a> &boxv;
  40. <a href="about.html">About Us</a>
  41. <span id="desinfo">OviedoAutoRepair.com &boxv; &copy;  2018 <a href="mailto:[email protected]">Jacob Howard</a></span>
  42. </footer>
  43. </div>
  44. </div>
  45. </body>
  46. <!-- Copyright (c) 2018 Jacob Howard -->
  47. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment