Advertisement
Guest User

Untitled

a guest
Nov 21st, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Classic Chukdrens Records</title>
  6. <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/alfa-slab-one:n4:default.js" type="text/javascript"></script>
  7. <link href="css/music.css" rel="stylesheet" type="text/css">
  8. <style type="text/css">
  9. body,td,th {
  10. color: #000000;
  11. }
  12. </style>
  13. </head>
  14.  
  15. <body>
  16. <div class="background-one">
  17. <div align="center"><img src="images/half.png" width="225" height="114" alt=""/></div>
  18. <div class="titlesettings">Classic Childrens Records</div>
  19. <table class="menusettings" width="100%" border="0">
  20. <tbody>
  21. <tr>
  22. <td width="62"><a href="index.html">Home</a></td>
  23. <td width="70"><a href="About.html">About us</a></td>
  24. <td width="93"><a href="music.html">Music Library</a></td>
  25. <td width="93"><a href="request.php">Requested Titles</a></td>
  26. <td width="93"><a href="form.html">Order mp3 or cds</a></td>
  27. <td width="93"><a href="feedback.html">Feedback</a></td>
  28. <td width="93"><a href="form.html">Contact us</a></td>
  29. </tr>
  30. </tbody>
  31. </table></div>
  32.  
  33. <div class="aboutme">
  34.  
  35. <div id="navcontainer">
  36. <ul>
  37. <li><a href="#">Milk</a></li>
  38. <li><a href="#">Eggs</a></li>
  39. <li><a href="#">Cheese</a></li>
  40. <li><a href="#">Vegetables</a></li>
  41. <li><a href="#">Fruit</a></li>
  42. </ul></div>
  43. </div>
  44.  
  45.  
  46.  
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement