Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8" />
- <title>Task2</title>
- <link type="text/css" rel="stylesheet" href="task2.css" />
- </head>
- <body>
- <div id="wrapper">
- <div id="window">
- <header>
- <h1>Music Categories</h1>
- </header>
- <section>
- <article>
- <img src="pic1.png" alt="Pic1" />
- <p>
- Even more websites all about website templates
- on <a href="#">Just Web Templates</a>
- </p>
- <div class="buttonHolder">
- <input type="button" name="listen1" value="Listen" />
- <input type="button" name="add1" value="Add" class="button2" />
- </div>
- </article>
- <article>
- <img src="pic2.png" alt="Pic2" />
- <p>
- If you are looking for a beautiful and prefessional
- made templates you can find them at <a href="#">Template Beauty</a>
- </p>
- <div class="buttonHolder">
- <input type="button" value="Listen" name="listen2" />
- <input type="button" name="add2" value="Add" class="button2" />
- </div>
- </article>
- <article>
- <img src="pic3.png" alt="Pic3" />
- <p>
- You can remove any link to our websites from this template
- you are free to use the template without linking back to us
- </p>
- <div class="buttonHolder">
- <input type="button" name="listen1" value="Listen" />
- <input type="button" name="add1" value="Add" class="button2" />
- </div>
- </article>
- </section>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment