Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Table</title>
  5. </head>
  6. <style>
  7. table {
  8.   border-collapse: collapse;
  9. }
  10. </style>
  11. <body>
  12.  
  13. <table border="1" align="center" width="650">
  14.  
  15. <tr>
  16.     <td colspan="4" height="70" align="center"><img src="1.jpg" height="75" width="650"></img></td>
  17. </tr>
  18.  
  19.  
  20.  
  21.   <tr>
  22.     <td rowspan="2" height="70" width="22%"></td>
  23.     <td width="20%"></td>
  24.     <td width="18%"></td>
  25.     <td width="40%"></td>
  26.  
  27.   </tr>
  28.  
  29.   <tr>
  30.     <td></td>
  31.     <td></td>
  32.     <td colspan="2"></td>
  33.    
  34.   </tr>
  35. </table>
  36.  
  37. <table border="1" align="center" width="650">
  38.   <tr>
  39.     <td colspan="1" height="80" width="50%"></td>
  40.     <td colspan="1" ></td>
  41.   </tr>
  42. </table>
  43.   <table border="0" align="center" width="650">
  44.   <tr>
  45.     <td style = 'border-top:none;border-left:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;border-bottom: solid windowtext 1.0pt' width="20%" height="70"></td>
  46.     <td style = 'border-top:none;border-left:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;border-bottom: solid windowtext 1.0pt' width="24%"></td>
  47.     <td style = 'border-top:none;border-left:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;border-bottom: solid windowtext 1.0pt' width="27%"></td>
  48.     <td style = 'border-top:none;border-left:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;border-bottom: solid windowtext 1.0pt'></td>
  49.   </tr>
  50. <tr>
  51.         <td style = 'border-top:none;border-left:solid windowtext 1.0pt;border-right:none;border-bottom: solid windowtext 1.0pt' align="center" colspan="3" height="25">Developed By: Nasif | 171-15-8999 | D</td>
  52.         <td colspan="1" style = 'border-top:none;border-left:none;border-right:solid windowtext 1.0pt;border-bottom: solid windowtext 1.0pt'></td>
  53.    
  54. </tr>
  55.  
  56. </table>
  57.  
  58.  
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement