Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>HW3 Task4</title>
- <style type="text/css">
- table {
- border-collapse:collapse;
- outline-width:0px;
- border-width:0.2px;
- border-color:lightgray;
- }
- fieldset {
- border:solid;
- }
- a {
- color:deepskyblue;
- }
- p {
- font-family:'Comic Sans MS',Verdana;
- text-align:justify;
- }
- .nav {
- text-align:center;
- font-size:x-large;
- font-weight:bolder;
- padding:7px;
- border-bottom:solid;
- border-collapse:collapse;
- }
- .img {
- float:left;
- width:60px;
- padding-right:1em;
- }
- .legend {
- text-align:center;
- font-family:'Comic Sans MS',Verdana;
- }
- .td1 {
- text-align:justify;
- padding-left:1em;
- padding-right:0.5em;
- vertical-align:central;
- border-collapse:collapse;
- border-left:0px;
- }
- .box {
- border:solid;
- border-collapse:collapse;
- }
- </style>
- </head>
- <body>
- <form>
- <table border="1">
- <thead>
- <tr>
- <td colspan="2" class="bottom">
- <nav class="nav">
- <a href="http://www.apple.com/bg/">Apple</a>
- <a href="http://www.toshiba.bg/">Toshiba</a>
- <a href="http://lenovo.bg/">Lenovo</a>
- <a href="http://dell.bg">Dell</a>
- <a href="http://asus.com">Asus</a>
- <a href="http://www.acer.bg/ac/bg/BG/content/home">Acer</a>
- <a href="http://www.hp.com/country/us/en/uc/welcome.html">HP</a>
- </nav>
- </td>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <table class="box">
- <tr>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p>1300 USD Intel core i5</p>
- </fieldset>
- </td>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p>1300 USD Intel core i5</p>
- </fieldset>
- </td>
- </tr>
- <tr>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p> 1300 USD Intel core i5</p>
- </fieldset>
- </td>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p>1300 USD Intel core i5</p>
- </fieldset>
- </td>
- </tr>
- <tr>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p>1300 USD Intel core i5</p>
- </fieldset>
- </td>
- <td>
- <fieldset>
- <legend class="legend">Apple Macbook Air</legend>
- <img src="Laptop.png" alt="laptop" class="img"/>
- <p>64 GB SSD</p>
- <p>2 GB DDR</p>
- <p>1300 USD Intel core i5</p>
- </fieldset>
- </td>
- </tr>
- </table>
- </td>
- <td class="td1">
- <p>Min price: 500 USD</p>
- <input type="range"/>
- <p>Max price: 1500 USD</p>
- <input type="range"/>
- <p>Min RAM : 4 GB</p>
- <input type="range"/>
- <p>Max Ram : 16 GB</p>
- <input type="range"/>
- </td>
- </tr>
- </tbody>
- </table>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment