Advertisement
MrsMcLead

FunWithHTML5

Mar 24th, 2014
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>"hi"</title>
  5. </head>
  6.  
  7. <body>
  8. <header >
  9. <h1>Flip-Flops and Sandals</h1>
  10. </header>
  11. <section>
  12. <p>
  13. We have HIGH QUALITY leather and Polyuruthane laced flip-flops. Rubber :)
  14. </p>
  15. <article>
  16. <p>
  17. <ul>  
  18. <li> $67.95 Leather Flop </li>
  19. <li> $81.88 Leather Sandal </li>
  20. <li> 42.12 Polyuruthane Flop [will not melt (; ] </li>
  21. <li> $0.95 Rubber Flop </li>  
  22. </ul>
  23. </p>
  24. </article>
  25. <p>
  26. OHHHH... YEAHHH!
  27. </p>
  28. </section>
  29. <aside>
  30. <p>
  31. Here's a little note!
  32. </p>
  33. </aside>
  34. <footer>
  35. <p>The footer</p>
  36. </footer>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement