Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Home Work 2</title>
  5. </head>
  6. <body>
  7.     <!-- Root table Start -->
  8.     <table height="500px" width="800px" align="center" cellspacing="0" cellpadding="0">
  9.  
  10.         <!-- First Row Start -->
  11.         <tr height="250px"  width="800px" >
  12.             <td>
  13.                 <!-- First Row Table Start -->
  14.                 <table  cellspacing="0" cellpadding="0">
  15.                     <!-- First Row Insisde First Row Start -->
  16.                     <tr height="250px" width="800px">
  17.                         <!-- First Column Insisde First Row Start -->
  18.                         <td height="250px" width="400px" bgcolor="#ff3838"></td>
  19.                         <!-- First Column Insisde First Row End -->
  20.  
  21.                         <!-- Second Column Insisde First Row Start -->
  22.                         <td height="250px" width="400px" bgcolor="#c56cf0"></td>
  23.                         <!-- Second Column Insisde First Row Start -->
  24.                     </tr>
  25.                     <!-- First Row Insisde First Row End -->
  26.                 </table>
  27.                 <!-- First Row Table End -->
  28.             </td>
  29.         </tr>
  30.         <!-- First Row End -->
  31.  
  32.  
  33.  
  34.         <!-- Second Row Start -->
  35.         <tr height="250px" width="800px" bgcolor="#ff9f1a">
  36.             <td>
  37.                 <!-- Second Row Table Start -->
  38.                 <table  cellspacing="0" cellpadding="0">
  39.                     <!-- First Row Insisde Second Row Start -->
  40.                     <tr height="250px" width="800px">
  41.                         <!-- First Column Insisde Second Row Start -->
  42.                         <td height="250px" width="400px" bgcolor="#c56cf0"></td>
  43.                         <!-- First Column Insisde Second Row End -->
  44.  
  45.                         <!-- Second Column Insisde Second Row Start -->
  46.                         <td height="250px" width="400px" bgcolor="#ff3838">
  47.                             <!-- Table Insisde Second Row Start -->
  48.                             <table height="250px" width="400" cellspacing="0" cellpadding="0">
  49.                                 <!-- First Row inside Table Insisde Second Row Start -->
  50.                                 <tr bgcolor="#7d5fff">
  51.                                     <td height="125px" width="200px">
  52.                                         <table height="125px" width="200px"cellspacing="0" cellpadding="0">
  53.                                             <tr height="62.5px" width="100px">
  54.                                                 <td height="62.5px" width="100px">
  55.                                                     <table height="62.5px" width="200px" cellspacing="0" cellpadding="0">
  56.                                                         <tr height="62.5px" width="200px" >
  57.                                                             <td height="62.5px" width="100px"  bgcolor="#fd79a8"></td>
  58.                                                             <td height="62.5px" width="100px"  bgcolor="#d63031"></td>
  59.                                                         </tr>
  60.                                                     </table>
  61.                                                 </td>
  62.                                             </tr>
  63.                                             <tr  height="62.5px" width="100px" bgcolor="#e84393">
  64.                                                 <td height="62.5px" width="100px">
  65.                                                     <table height="62.5px" width="200px" cellspacing="0" cellpadding="0">
  66.                                                         <tr height="62.5px" width="200px" >
  67.                                                             <td height="62.5px" width="100px"  bgcolor="#d63031"></td>
  68.                                                             <td height="62.5px" width="100px"  bgcolor="#fd79a8"></td>
  69.                                                         </tr>
  70.                                                     </table>
  71.                                                 </td>
  72.                                             </tr>
  73.                                         </table>
  74.                                     </td>
  75.                                    
  76.                                 </tr>
  77.                                 <!-- First Row inside Table Insisde Second Row End -->
  78.  
  79.                                 <!-- Second Row inside Table Insisde Second Row Start #ff9f1a  -->
  80.                                 <tr >
  81.                                     <td>
  82.                                         <table  cellspacing="0" cellpadding="0">
  83.                                             <tr height="125px" width="400px" bgcolor="">
  84.                                                 <td height="125px" width="200px" bgcolor="#ff9f1a"></td>
  85.                                                 <td height="125px" width="200px" bgcolor="#00cec9"></td>
  86.                                             </tr>
  87.                                         </table>
  88.                                     </td>
  89.                                    
  90.                                    
  91.                                 </tr>
  92.                                 <!-- Second Row inside Table Insisde Second Row End -->
  93.                             </table>
  94.                             <!-- Table Insisde Second Row End -->
  95.                         </td>
  96.                         <!-- Second Column Insisde Second Row End -->
  97.                     </tr>
  98.                     <!-- First Row Insisde Second Row End -->
  99.                 </table>
  100.                 <!-- First Row Table End -->
  101.             </td>
  102.         </tr>
  103.         <!-- Second Row Start -->
  104.     </table>
  105.     <!-- Root table End -->
  106.  
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement