Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Products</title>
  4. </head>
  5. <body>
  6. <h1>Books</h1>
  7. <div>
  8. <h2>Adventures in toyland</h2>
  9. <p class="featured-notice">
  10. This is a featured item!
  11. <a href="/AddToCart?productId=">Buy now</a> to get a 15% discount.
  12. </p>
  13. <h3>Bill Bradley</h3>
  14. <p>Plucky Timmy faces his biggest challenge yet in this exciting adventure.</p>
  15. </div>
  16. <div>
  17. <h2>EX342211 Reference Manual</h2>
  18. <h3></h3>
  19. <p>A very dry manual that surely nobody will need to read.</p>
  20. </div>
  21. <hr>
  22. <h1>Devices</h1>
  23. <div>
  24. <h2>TI-89</h2>
  25. <p>An enormously useful graphing calculator</p>
  26. </div>
  27. <div>
  28. <h2>TI-85</h2>
  29. <p class="featured-notice">
  30. This is a featured item!
  31. <a href="/AddToCart?productId=">Buy now</a> to get a 15% discount.
  32. </p>
  33. <p>The black sheep of the TI family. We are trying to get rid of these</p>
  34. </div>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement