Pages

Subscribe:

Jumat, 07 Februari 2014

Memahami TAG Table Imgsrc

<html>
   <head>
       <title>Latihan - 2 </title>
   </head>
   <body>
     <table  border="1px"
                width="85%"
                align="center"
                height="75%">
         <tr>
             <td valign="top" align="center" colspan=6>
                 <font size="+2" color="red">Pencarian Gambar</font>
                   <br>
                   <br>
                   <form>
                       <input type=text size=35>
                       <input type=submit value=Search>
                   </form>
             </td>
          </tr>
          <tr>
              <td><img src=desert.jpg width="100px" height="100px"></td>
              <td><img src=tulips.jpg width="100px" height="100px"></td>
              <td><img src=penguins.jpg width="100px" height="100px"></td>
              <td><img src=jellyfish.jpg width="100px" height="100px"></td>
              <td><img src=koala.jpg width="100px" height="100px"></td>
              <td><img src=hydrangeas.jpg width="100px" height="100px"></td>
          </tr>
     </table>
   </body>
</html>

dan hasilnya adalah sebagai berikut :




0 komentar:

Posting Komentar