Rabu, 09 November 2016

Tabel dalam tabel (bersarang)

Saya Wirayuda kali ini saya ingin membagikan coding tabel dalam tabel (berasarang) untuk coding nya bisa 

dilihat di bawah ini

<html>
<body>

  <table bgcolor='orange' width='500' >

   <tr>

    <td width='500' height='50' valign='top'>table>tr>td

    <table bgcolor='silver' width='95%' align='center'>

     <tr>

      <td height='25' table>tr>td</td>

     </tr>

   </tr>

      </table>

      </td>

   <tr>

   <td>

   <table bgcolor='silver' width='95%' align='center'>

     <tr>

      <td height='50' >table>tr>td</td>

     </tr>

   </tr>

      </table>

      </td>

   <tr>

   <td>

   <table bgcolor='silver' width='95%' align='center'>

     <tr>

      <td height='75' valign='top'>table>tr>td</td>

     </tr>

   </tr>

      </table>

      </td>

   <tr>

   <td>

   <table bgcolor='silver' width='95%' align='center'>

     </tr>

      <td valign='top'>table>tr>td</td>

     </tr>

      <td bgcolor='gold' valign='top' align='center' width='25%'>td</td>

       <td> </td>

       <td bgcolor='gold' width='50%' height='100' align='center'>td

        <table bgcolor='brown' width='75%'>

         <tr>

          <td width='100%' valign='top'>table>tr>td

           <table bgcolor='gold' width='100%'>

           </td>

           </tr>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='30' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='20' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='30' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='20' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='30' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='20' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

           <tr>

            <td>

             <table width='100%'>

             <tr>

              <td bgcolor='coral' height='50' valign='top'>td</td>

             </tr>

           </tr>

              </table>

               </td>

        </table>

        </table>

       <td> </td>

       <th  bgcolor='gold' valign='top' align='center' width='25%' height='100'>td</th>

   </table>

       </td>

  <tr>

   <td>

   <table bgcolor='green' width='95%' align='center'>

     <tr>

      <td height='20' valign='top'>table>tr>td</td>

     </tr>

   </table>

   </td> 

  </tr>   

   </table>


 </body>

</html>

Tidak ada komentar:

Posting Komentar