Advertisement
Guest User

Untitled

a guest
Mar 17th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>PowerProject KLE550 Cordless Tool Series/Solomon Swager/3/17/19</title>
  4. <!--This is the purpose of my page
  5. and content of the page
  6. My name
  7. The Date
  8. -->
  9. <style type="text/css">
  10. h1 {
  11. text-align: center;}
  12. body {
  13. font-family: Ariel, Calibri;
  14. font-color: black;
  15. background-color: white;}
  16. #logo {
  17. width: 150px;
  18. margin: 10px auto 25px auto;}
  19. #page {
  20. padding: 20px;
  21. border: 4px double black;
  22. background-color: white;}
  23. #form{
  24. background: #dedede;
  25. box-shadow: 3px 5px #7a7a7a;
  26. }
  27.  
  28. </style>
  29. </head>
  30. <body>
  31. <div id="page">
  32. <div id="logo"><img src="C:\Users\Owner\Desktop\PowerProject Tool\images\PowerProject-logo.jpg"></div>
  33. <h1>PowerProject KLE550 Cordless Tool Series</h1>
  34. <p><center>The PowerProject Tool company is known for its variety of corded and cordless power tools,
  35. ranging anywhere from a standard power drills and circular saws to lawn and gardening tools.
  36. The KLE550 series of tools adds a new line of tools to the company’s well-known reputation for
  37. quality and affordable power tools. The KLE550 series includes a new 45V lithium ion-powered
  38. leaf blower, lawn mower, pole saw, hedge trimmer, weed eater, chainsaw, and mulcher. 45V lithium
  39. ion batteries are new to the industry and could revolutionize the battery life and mobility of traditional
  40. gas-powered and electric tools.</center></p>
  41. <table width="100%">
  42. <tr>
  43. <th>Chainsaw</th>
  44. <th>Lawnmower</th>
  45. <th>Leafblower</th>
  46. <th>Pole Saw</th>
  47. </tr>
  48. <tr>
  49. <td><center><img src="C:\Users\Owner\Desktop\PowerProject Tool\images\Cordless-Chainsaws.jpg" style="width=60px; height: 60px"></center></td>
  50. <td><center>
  51. <img src="C:\Users\Owner\Desktop\PowerProject Tool\images\Cordless-Lawnmowers.jpg" style="width=60px; height: 60px">
  52. </center></td>
  53. <td><center>
  54. <img src="C:\Users\Owner\Desktop\PowerProject Tool\images\Cordless-Leaf-Blowers.jpg" style="width=60px; height: 60px">
  55. </center></td>
  56. <td><center>
  57. <img src="C:\Users\Owner\Desktop\PowerProject Tool\images\Cordless-Pole-Saws.jpg" style="width=60px; height: 60px">
  58. </center></td>
  59. </tr>
  60. <tr>
  61. <td><p><center>About it: KLE550 Cordless Chainsaw.</center></p></td>
  62. <td><p><center>About it: KLE550 Cordless Lawnmower.</center></p></td>
  63. <td><p><center>About it: KLE550 Cordless Leafblower.</center></p></td>
  64. <td><p><center>About it: KLE550 Cordless Pole Saw.</center></p></td>
  65. </tr>
  66. <tr>
  67. <td>
  68. <p><b>Features (All tools have the same features)</b></p>
  69. <ul>
  70. <li>4–8 hours of battery life: Depending on the tool in the series, the 45V battery yields 4 to 8 hours of continuous
  71. use.</li>
  72. </ul>
  73. </td>
  74. <td>
  75. <ul>
  76. <li>Powerful motors: The motors in the KLE550 series are comparable to corded electric counterparts in the
  77. company’s corded power tool series.</li>
  78. </ul>
  79. </td>
  80. <td>
  81. <ul>
  82. <li>Safety: All KLE550-series power tools come with a safety switch that prevents the tool from turning on
  83. once the battery is installed. This feature saves battery life and protects the user.</li>
  84. </ul>
  85. </td>
  86. <td>
  87. <ul>
  88. <li>Warranty: Each tool in the KLE550 series comes with a one-year warranty and an extended warranty option.</li>
  89. </ul>
  90. </td>
  91. </tr>
  92. </table>
  93. <div id="form">
  94. <form>
  95. Username:<br>
  96. <input type="text" name="firstname"><br>
  97. Password: <br>
  98. <input type="password" name="password"><br>
  99. Feedback: <br>
  100. <textarea rows="4" cols="50"></textarea><br>
  101. Product Purchased: <br>
  102. <select>
  103. <option value="volvo">Chainsaw</option>
  104. <option value="saab">Pole Saw</option>
  105. <option value="opel">Leaf Blower</option>
  106. <option value="audi">Lawnmower</option>
  107. </select><br>
  108. Use: <br>
  109. <input type="radio" name="gender" value="male"> Home Use<br>
  110. <input type="radio" name="gender" value="female"> Self Employed Business<br>
  111. <input type="radio" name="gender" value="other"> Business<br>
  112. Products you already own:<br>
  113. <input type="checkbox" name="vehicle1" value="Bike"> Cordless Chainsaw<br>
  114. <input type="checkbox" name="vehicle2" value="Car"> Cordless Lawnmower<br>
  115. <input type="checkbox" name="vehicle3" value="Boat"> Cordless Leafblower<br>
  116. <input type="checkbox" name="vehicle3" value="Boat"> Cordless Pole Saw<br>
  117. <input type="checkbox" name="vehicle3" value="Boat" checked> None of the above<br>
  118. </form>
  119. </div>
  120. </div>
  121. <p><center>PowerProject Tools
  122. 774 W. Dakota Ave.
  123. Boise, ID 83702
  124. (888) 453-3895</center></p>
  125. </body>
  126. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement