Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset= "UTF-8">
  5. <title></title>
  6. </head>
  7. <style>
  8. p{
  9. float:right;
  10. </style>
  11. <h1> </h1>
  12. <body>
  13.  
  14. <table>
  15. <tr>
  16. <div claSS = "Cars">
  17. <h2> Luxury Hire </h2>
  18. <img src ="Porsche1.jpg" alt="Porsche1" width="400" height="250">
  19. <body style = "background-color:#FFFFFF; color:white"><p><font color="black">Day rate(24 hours) £1,300</font></p>
  20. <p> <center> £25 </center>
  21. <button type="button" onclick="alert('complete form!')">Book this car!</button>
  22.  
  23. </div>
  24.  
  25. <div class = "Flowers">
  26. <img src = "img/red.jpeg">
  27. <p> The cheapest flower you'll ever get </p>
  28. <p> <center> £25 </center>
  29. <button type="button" onclick="alert('complete form!')">Book this car!</button>
  30. </div>
  31.  
  32. <div class = "Flowers">
  33. <img src = "img/ pink.jpeg">
  34. <p> </p>
  35. <p> <center> £25 </center>
  36. </div>
  37.  
  38. </script>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement