Rabu, 09 November 2016

Tugas Tabel Bersarang

Nama saya Zulva Farabi, inilah hasil kerja saya tentang tabel bersarang

Kode HTML :

 <html>
 <body>
<head>
<title> Tabel Bersarang </title>
</head>
  <table bgcolor='purple' width='500' >
   <tr>
    <td width='500' height='50' valign='top'>table>tr>td
    <table bgcolor='grey' width='95%' align='center'>
     <tr>
      <td height='25' table>tr>td</td>
     </tr>
   </tr>
      </table>
      </td>
   <tr>
   <td>
   <table bgcolor='green' width='95%' align='center'>
     <tr>
      <td height='50' >table>tr>td</td>
     </tr>
   </tr>
      </table>
      </td>
   <tr>
   <td>
   <table bgcolor='lime' width='95%' align='center'>
     <tr>
      <td height='75' valign='top'>table>tr>td</td>
     </tr>
   </tr>
      </table>
      </td>
   <tr>
   <td>
   <table bgcolor='blue' width='95%' align='center'>
     </tr>
      <td valign='top'>table>tr>td</td>
     </tr>
      <td bgcolor='orange' valign='top' align='left' width='25%'>td</td>
       <td> </td>
       <td bgcolor='red' width='50%' height='100' align='left'>td
        <table bgcolor='aqua' width='75%' align="center">
         <tr>
          <td width='100%' valign='top'>table>tr>td
           <table bgcolor='yellow' width='100%'>
           </td>
           </tr>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='gold' height='30' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='green' height='20' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='red' height='30' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='silver' height='20' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='lime' height='30' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='yellow' height='20' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
           <tr>
            <td>
             <table width='100%'>
             <tr>
              <td bgcolor='orange' height='50' valign='top'>td</td>
             </tr>
           </tr>
              </table>
               </td>
        </table>
        </table>
       <td> </td>
       <td  bgcolor='brown' valign='top' align='left' width='25%' height='100'>td</td>
   </table>
       </td>
  <tr>
   <td>
   <table bgcolor='aquamarine' width='95%' align='center'>
     <tr>
      <td height='20' valign='top'>table>tr>td</td>
     </tr>
   </table>
   </td>
  </tr>
   </table>

 </body>
</html>


Hasil :
Sekian terima kasih.

Tidak ada komentar:

Posting Komentar