viligen

Task4_HTML

Jan 26th, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>HW3 Task4</title>
  5.     <style type="text/css">
  6.  
  7.         table {
  8.             border-collapse:collapse;
  9.             outline-width:0px;
  10.             border-width:0.2px;
  11.             border-color:lightgray;
  12.         }
  13.            
  14.        
  15.         fieldset {
  16.             border:solid;
  17.            
  18.         }
  19.         a {
  20.             color:deepskyblue;
  21.         }            
  22.         p {
  23.             font-family:'Comic Sans MS',Verdana;
  24.             text-align:justify;
  25.         }
  26.        
  27.         .nav {
  28.            
  29.             text-align:center;
  30.             font-size:x-large;
  31.             font-weight:bolder;
  32.             padding:7px;
  33.             border-bottom:solid;
  34.             border-collapse:collapse;
  35.         }
  36.         .img {
  37.             float:left;
  38.             width:60px;
  39.             padding-right:1em;
  40.         }
  41.         .legend {
  42.             text-align:center;
  43.             font-family:'Comic Sans MS',Verdana;
  44.            
  45.         }
  46.         .td1 {
  47.             text-align:justify;
  48.             padding-left:1em;
  49.             padding-right:0.5em;
  50.             vertical-align:central;
  51.             border-collapse:collapse;
  52.             border-left:0px;
  53.         }
  54.         .box {
  55.             border:solid;
  56.             border-collapse:collapse;
  57.            
  58.         }
  59.        
  60.     </style>
  61. </head>
  62.   <body>
  63.    <form>
  64.     <table border="1">
  65.      <thead>
  66.         <tr>
  67.            <td colspan="2" class="bottom">
  68.                <nav class="nav">
  69.                 <a href="http://www.apple.com/bg/">Apple</a>
  70.                 <a href="http://www.toshiba.bg/">Toshiba</a>
  71.                 <a href="http://lenovo.bg/">Lenovo</a>
  72.                 <a href="http://dell.bg">Dell</a>
  73.                 <a href="http://asus.com">Asus</a>
  74.                 <a href="http://www.acer.bg/ac/bg/BG/content/home">Acer</a>
  75.                 <a href="http://www.hp.com/country/us/en/uc/welcome.html">HP</a>
  76.                </nav>
  77.             </td>
  78.         </tr>
  79.       </thead>
  80.      <tbody>
  81.              <tr>
  82.                  <td>
  83.                      <table class="box">
  84.                          <tr>
  85.                              <td>
  86.                                  <fieldset>
  87.                                      <legend class="legend">Apple Macbook Air</legend>
  88.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  89.                                      <p>64 GB SSD</p>
  90.                                      <p>2 GB DDR</p>
  91.                                      <p>1300 USD Intel core i5</p>
  92.                                  </fieldset>
  93.                              </td>
  94.                              <td>
  95.                                  <fieldset>
  96.                                      <legend class="legend">Apple Macbook Air</legend>
  97.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  98.                                      <p>64 GB SSD</p>
  99.                                      <p>2 GB DDR</p>
  100.                                      <p>1300 USD Intel core i5</p>
  101.                                  </fieldset>
  102.                              </td>
  103.                          </tr>
  104.                          <tr>
  105.                              <td>
  106.                                  <fieldset>
  107.                                      <legend class="legend">Apple Macbook Air</legend>
  108.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  109.                                      <p>64 GB SSD</p>
  110.                                      <p>2 GB DDR</p>
  111.                                      <p> 1300 USD  Intel core i5</p>
  112.                                  </fieldset>
  113.                              </td>
  114.                              <td>
  115.                                  <fieldset>
  116.                                      <legend class="legend">Apple Macbook Air</legend>
  117.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  118.                                      <p>64 GB SSD</p>
  119.                                      <p>2 GB DDR</p>
  120.                                      <p>1300 USD Intel core i5</p>
  121.                                  </fieldset>
  122.                              </td>
  123.                          </tr>
  124.                          <tr>
  125.                              <td>
  126.                                  <fieldset>
  127.                                      <legend class="legend">Apple Macbook Air</legend>
  128.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  129.                                      <p>64 GB SSD</p>
  130.                                      <p>2 GB DDR</p>
  131.                                      <p>1300 USD Intel core i5</p>
  132.                                  </fieldset>
  133.                              </td>
  134.                              <td>
  135.                                  <fieldset>
  136.                                      <legend class="legend">Apple Macbook Air</legend>
  137.                                      <img src="Laptop.png" alt="laptop" class="img"/>
  138.                                      <p>64 GB SSD</p>
  139.                                      <p>2 GB DDR</p>
  140.                                      <p>1300 USD Intel core i5</p>
  141.                                  </fieldset>
  142.                              </td>
  143.                          </tr>
  144.                      </table>
  145.                  </td>
  146.                  <td class="td1">
  147.                      <p>Min price: 500 USD</p>
  148.                      <input type="range"/>
  149.                      <p>Max price: 1500 USD</p>
  150.                      <input type="range"/>
  151.                      <p>Min RAM :   4 GB</p>
  152.                      <input type="range"/>
  153.                      <p>Max Ram :  16 GB</p>
  154.                      <input type="range"/>
  155.                  </td>
  156.              </tr>
  157.            </tbody>
  158.          </table>
  159.        </form>
  160.      
  161. </body>
  162. </html>
Advertisement
Add Comment
Please, Sign In to add comment