Advertisement
Guest User

Untitled

a guest
Mar 13th, 2011
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <!--
  9. New Perspectives on JavaScript, 2nd Edition
  10. Tutorial 4
  11. Case Problem 1
  12.  
  13. Jackson Electronics
  14. Author: Trent Herring
  15. Date: 03-05-2011
  16.  
  17. Filename: printer.htm
  18. Supporting files: back.jpg, back2.jpg, je.css, jemenus.js, logo.jpg
  19.  
  20. -->
  21. <title>Jackson Electronics Printers</title>
  22. <link href="je.css" rel="stylesheet" type="text/css" />
  23. <script type = "text/javascript" src = "jemenus.js"></script>
  24.  
  25. </head>
  26.  
  27. <body onLoad = "setTabs()">
  28. <div id="page">
  29.  
  30. <div id="head">
  31. <img src="logo.jpg" alt="Jackson Electronics" />
  32. <ul class="tabMenu">
  33. <li class="tab" style="background-color: rgb(221, 221, 255)"><a href="#">Computers</a>
  34. <ul style="z-index: 1">
  35. <li><a href="#">Desktop</a></li>
  36. <li><a href="#">Notebooks</a></li>
  37. <li><a href="#">Tablets</a></li>
  38. <li><a href="#">Remanufactured</a></li>
  39. </ul>
  40. </li>
  41. <li class="tab"><a href="#">Electronics</a>
  42. <ul>
  43. <li><a href="#">Televisions</a></li>
  44. <li><a href="#">Cameras</a></li>
  45. <li><a href="#">Camcorders</a></li>
  46. <li><a href="#">MP3 Players</a></li>
  47. <li><a href="#">Game Stations</a></li>
  48. <li><a href="#">PDAs</a></li>
  49. </ul>
  50. </li>
  51. <li class="tab"><a href="#">Accessories</a>
  52. <ul>
  53. <li><a href="#">Monitors</a></li>
  54. <li><a href="#">Printers</a></li>
  55. <li><a href="#">Memory</a></li>
  56. <li><a href="#">Drives</a></li>
  57. <li><a href="#">Networking</a></li>
  58. <li><a href="#">Mobile</a></li>
  59. </ul>
  60. </li>
  61. <li class="tab"><a href="#">Software</a>
  62. <ul>
  63. <li><a href="#">Utilities</a></li>
  64. <li><a href="#">Business</a></li>
  65. <li><a href="#">Games</a></li>
  66. <li><a href="#">Multimedia</a></li>
  67. <li><a href="#">Operating Systems</a></li>
  68. </ul>
  69. </li>
  70. <li class="tab"><a href="#">Services</a>
  71. <ul>
  72. <li><a href="#">Tech Support</a></li>
  73. <li><a href="#">Downloads</a></li>
  74. <li><a href="#">Drivers</a></li>
  75. <li><a href="#">Documents</a></li>
  76. <li><a href="#">Customer Service</a></li>
  77. <li><a href="#">Contacts</a></li>
  78. </ul>
  79. </li>
  80. <li class="tab"><a href="#">Store</a>
  81. <ul>
  82. <li><a href="#">Shopping Cart</a></li>
  83. <li><a href="#">Checkout</a></li>
  84. <li><a href="#">Your Account</a></li>
  85. <li><a href="#">Shipping</a></li>
  86. <li><a href="#">Specials</a></li>
  87. </ul>
  88. </li>
  89. </ul>
  90. </div>
  91.  
  92. <div id="leftCol">
  93. <h2>Printer Links</h2>
  94. <ul class="siteLinks">
  95. <li><a href="#">B &amp; W Lasers</a></li>
  96. <li><a href="#">Color Lasers</a></li>
  97. <li><a href="#">Inkjets</a></li>
  98. <li><a href="#">All-in-Ones</a></li>
  99. <li><a href="#">Printer Supplies</a></li>
  100. <li><a href="#">Printer Support</a></li>
  101. <li class="newGroup"><a href="#">Home Page</a></li>
  102. <li><a href="#">Online Store</a></li>
  103. <li><a href="#">Customer Service</a></li>
  104. <li><a href="#">Contacts</a></li>
  105. </ul>
  106.  
  107. </div>
  108.  
  109. <div id="main">
  110. <h1>JE Printers</h1>
  111. <img src="printer.jpg" alt="" />
  112. <p>The best photo prints can now be made ... AT HOME. Introducing the
  113. Jackson Electronics <b>Picture Perfect Printer</b>. High-quality prints
  114. are now at your fingertips without the cost or the waiting.</p>
  115. <p>Photo Shopper calls JE's Picture Perfect "<i>the photo printer
  116. we've been waiting for: beautiful photographs at an affordable
  117. price.</i>" Photo Review gives it 5 stars, calling it
  118. "<i>the outstanding product of the year.</i>" As with all of our
  119. printers, make sure to choose JE's archival quality paper and inks,
  120. which are guaranteed not to fade. There is no better way to preserve
  121. your family memories than with JE photo products.</p>
  122. <p><a href="#">Order</a> the award-winning <b>Picture Perfect</b> printer
  123. today for the special price of <b>$189.95</b> or choose one of the
  124. other many fine printer products from Jackson Electronics.</p>
  125. </div>
  126.  
  127. </div>
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement