Advertisement
Dekameron

Untitled

Jun 15th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Laptop Choise</title>
  6. <link rel="stylesheet" href="css/laptop_choise.css">
  7. </head>
  8. <body>
  9. <table id="laptops_table" cellspacing="10px" cellpadding="10px">
  10. <tr>
  11. <th colspan="3">
  12. <h2 id="laptops_model">
  13. Apple's Laptops (6)
  14. </h2>
  15. </th>
  16. </tr>
  17. <tr>
  18. <td>
  19. <a href="http://www.apple.com/bg/macbook-air/">
  20. <div>
  21. <strong>Apple MacBook Air</strong><br>
  22. 11.6 inch/1.3GHz <br>
  23. Haswell <br>
  24. <img src="images/Laptop_1.png" alt="Apple MacBook Air"> <br>
  25. <div class="price_div">
  26. $1,729.00
  27. </div>
  28. </div>
  29. </a>
  30. </td>
  31. <td>
  32. <a href="http://www.apple.com/bg/macbook-air/">
  33. <div>
  34. <strong>Apple MacBook Air</strong><br>
  35. 11.6 inch/1.4GHz <br>
  36. Haswell <br>
  37. <img src="images/Laptop_3.png" alt="Apple MacBook Air"> <br>
  38. <div class="price_div">
  39. $1,825.00
  40. </div>
  41. </div>
  42. </a>
  43. </td>
  44. <td>
  45. <a href="http://www.apple.com/bg/macbook-air/">
  46. <div>
  47. <strong>Apple MacBook Air</strong><br>
  48. 13.3 inch/1.3GHz <br>
  49. Haswell <br>
  50. <img src="images/Laptop_1.png" alt="Apple MacBook Air"> <br>
  51. <div class="price_div">
  52. $1,919.00
  53. </div>
  54. </div>
  55. </a>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td>
  60. <a href="http://www.apple.com/bg/macbook-air/">
  61. <div>
  62. <strong>Apple MacBook Air</strong><br>
  63. 13.3 inch/1.4GHz <br>
  64. Haswell <br>
  65. <img src="images/Laptop_1.png" alt="Apple MacBook Air"> <br>
  66. <div class="price_div">
  67. $1,999.00
  68. </div>
  69. </div>
  70. </a>
  71. </td>
  72. <td>
  73. <a href="http://www.apple.com/bg/macbook-air/">
  74. <div>
  75. <strong>Apple MacBook Air</strong><br>
  76. 11.6 inch/1.4GHz <br>
  77. Haswell 256GB SSD<br>
  78. <img src="images/Laptop_3.png" alt="Apple MacBook Air"> <br>
  79. <div class="price_div">
  80. $2,119.00
  81. </div>
  82. </div>
  83. </a>
  84. </td>
  85. <td>
  86. <a href="http://www.apple.com/bg/macbook-pro/">
  87. <div>
  88. <strong>Apple MacBook Pro</strong><br>
  89. 13.3 inch/2.5GHz Ivy <br>
  90. Bridge <br>
  91. <img src="images/Laptop_2.png" alt="Apple MacBook Pro"> <br>
  92. <div class="price_div">
  93. $2,529.00
  94. </div>
  95. </div>
  96. </a>
  97. </td>
  98. </tr>
  99. </table>
  100. <table id="slider_table" cellpadding="9px">
  101. <tr>
  102. <td>
  103. <sub class="left_subs">1700</sub>Price<sub class="right_subs">2600</sub>
  104. </td>
  105. </tr>
  106. <tr>
  107. <td>
  108. <input type="range" min="1700" max="2600">
  109. </td>
  110. </tr>
  111. <tr>
  112. <td>
  113. <sub class="left_subs">2048</sub>RAM<sub class="right_subs">4096</sub>
  114. </td>
  115. </tr>
  116. <tr>
  117. <td>
  118. <input type="range" min="2048" max="4096" step="256">
  119. </td>
  120. </tr>
  121. <tr>
  122. <td>
  123. <sub class="left_subs">100GB</sub>Disc<sub class="right_subs">2000GB</sub>
  124. </td>
  125. </tr>
  126. <tr>
  127. <td>
  128. <input type="range" min="100" max="2000" step="50">
  129. </td>
  130. </tr>
  131. <tr>
  132. <td>
  133. <sub class="left_subs">11.6</sub>Display<sub class="right_subs">18.4</sub>
  134. </td>
  135. </tr>
  136. <tr>
  137. <td>
  138. <input type="range" min="11" max="18">
  139. </td>
  140. </tr>
  141. <tr>
  142. <td>
  143. <sub class="left_subs">1</sub>Weight<sub class="right_subs">6</sub>
  144. </td>
  145. </tr>
  146. <tr>
  147. <td>
  148. <input type="range" min="1" max="6">
  149. </td>
  150. </tr>
  151. <tr>
  152. <td>
  153. <sub class="left_subs">12 months</sub>Warranty<sub class="right_subs">60 months</sub>
  154. </td>
  155. </tr>
  156. <tr>
  157. <td>
  158. <input type="range" min="12" max="60" step="12">
  159. </td>
  160. </tr>
  161. </table>
  162. </body>
  163. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement