Advertisement
NYanev

Task6

Oct 17th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>music</title>
  5.     <link href="music.css" rel="stylesheet" />
  6. </head>
  7. <body>
  8.    
  9.     <div class="categories">
  10.         <h2>Music Categories</h2>
  11.         <div class="inner">
  12.             <img src="m3.jpg" alt="concert" height="86" width="130">
  13.             <p>
  14.                 Even more websites all about website templates on <span>Just Web Temlpates</span>.
  15.                 </p><div class="button-wrap">
  16.                     <a href="#">Listen</a>
  17.                     <a href="#">Add</a>
  18.                 </div>
  19.             <p>
  20.         </p></div>
  21.         <div class="inner">
  22.             <img src="m2.JPG" alt="concert" height="86" width="130">
  23.             <p>
  24.                 If you're lookin for beautiful and proffessionally made templates you can find them at<span>Template Beauty</span>.
  25.                 </p><div class="button-wrap">
  26.                     <a href="#">Listen</a>
  27.                     <a href="#">Add</a>
  28.                 </div>
  29.             <p>
  30.         </p></div>
  31.         <div class="inner">
  32.             <img src="m1.jpg" alt="concert" height="86" width="130">
  33.             <p>
  34.                 You can remove any link to our websites from this template
  35.                 you're free to use the template without linking back to us.
  36.                 </p><div class="button-wrap">
  37.                     <a href="#">Listen</a>
  38.                     <a href="#">Add</a>
  39.                 </div>
  40.             <p>
  41.         </p></div>
  42.     </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement