vonko1988

CSS_layout_homework_task2.html

Feb 16th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title>Task2</title>
  7.     <link type="text/css" rel="stylesheet" href="task2.css" />
  8. </head>
  9. <body>
  10.     <div id="wrapper">
  11.         <div id="window">
  12.             <header>
  13.                 <h1>Music Categories</h1>
  14.             </header>
  15.             <section>
  16.                 <article>
  17.                     <img src="pic1.png" alt="Pic1" />
  18.                     <p>
  19.                         Even more websites all about website templates
  20.                         on <a href="#">Just Web Templates</a>
  21.                     </p>
  22.                     <div class="buttonHolder">
  23.                         <input type="button" name="listen1" value="Listen" />
  24.                         <input type="button" name="add1" value="Add" class="button2" />
  25.                     </div>
  26.                 </article>
  27.                 <article>
  28.                     <img src="pic2.png" alt="Pic2" />
  29.                     <p>
  30.                         If you are looking for a beautiful and prefessional
  31.                         made templates you can find them at <a href="#">Template Beauty</a>
  32.                     </p>
  33.                     <div class="buttonHolder">
  34.                         <input type="button" value="Listen" name="listen2" />
  35.                         <input type="button" name="add2" value="Add" class="button2" />
  36.                     </div>
  37.                 </article>
  38.                 <article>
  39.                     <img src="pic3.png" alt="Pic3" />
  40.                     <p>
  41.                         You can remove any link to our websites from this template
  42.                         you are free to use the template without linking back to us
  43.                     </p>
  44.                     <div class="buttonHolder">
  45.                         <input type="button" name="listen1" value="Listen" />
  46.                         <input type="button" name="add1" value="Add" class="button2" />
  47.                     </div>
  48.                 </article>
  49.             </section>
  50.         </div>
  51.     </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment