Guest User

Untitled

a guest
Oct 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 KB | None | 0 0
  1. <html>
  2. <head><title>US FLAG - HTML</title></head>
  3.  
  4. <body>
  5. <table cellspacing=0 height=170px>
  6.     <tr>
  7.         <td bgcolor=blue width=150px>
  8.         <td bgcolor=red width=170px>
  9.     </tr>
  10.    
  11.     <tr>
  12.         <td bgcolor=blue width=150px>
  13.         <td bgcolor=white width=170px>
  14.     </tr>
  15.    
  16.     <tr>
  17.         <td bgcolor=blue width=150px>
  18.         <td bgcolor=red width=170px>
  19.     </tr>
  20.    
  21.     <tr>
  22.         <td bgcolor=blue width=150px>
  23.         <td bgcolor=white width=170px>
  24.     </tr>
  25.  
  26.         <tr>
  27.         <td bgcolor=blue width=150px>
  28.         <td bgcolor=red width=170px>
  29.     </tr>
  30.    
  31.     <tr>
  32.         <td bgcolor=blue width=150px>
  33.         <td bgcolor=white width=170px>
  34.     </tr>
  35.    
  36.     <tr>
  37.         <td bgcolor=blue width=150px>
  38.         <td bgcolor=red width=170px>
  39.     </tr>
  40.  
  41.     <tr><td bgcolor=white width=150px><td bgcolor=white width=170px></tr>
  42.     <tr><td bgcolor=red width=150px><td bgcolor=red width=170px></tr>
  43.     <tr><td bgcolor=white width=150px><td bgcolor=white width=170px></tr>  
  44.     <tr><td bgcolor=red width=150px><td bgcolor=red width=170px></tr>
  45.     <tr><td bgcolor=white width=150px><td bgcolor=white width=170px></tr>
  46.     <tr><td bgcolor=red width=150px><td bgcolor=red width=170px></tr>  
  47.    
  48. </table>
  49.  
  50. </body>
  51. </html>
Add Comment
Please, Sign In to add comment