Aniket_Goku

file.html

Feb 11th, 2021 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 KB | None | 0 0
  1.  
  2. <html>
  3.     <head> 
  4.         <title>file 1</title>
  5.     </head>
  6.     <body bgcolor="black" text= white>
  7.        
  8.         <h1 align="center"> TABLE1 </h1>
  9.             <a href="file.html" name="1"><table border="10" bgcolor="purple" width="100%"></a>
  10.                 <tr>
  11.                    
  12.                     <td align="center"> table no 1</td>
  13.                 </tr>
  14.             </table>
  15.         <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  16.         <h1 align="center"> TABLE2</h1>
  17.             <a href="file.html" name="2"><table border="10" bgcolor="orange" width="100%"></a>
  18.                 <tr>
  19.                     <td align="center"> table no 2</td>
  20.  
  21.                 </tr>
  22.             </table>
  23. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></br></br>
  24. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  25.         <h1 align="center"> TABLE3</h1>
  26.             <a href="file.html" name="3"><table border="10" bgcolor="green" text="black" width="100%"></a>
  27.                 <tr>
  28.                     <td align="center"> table no 3</td>
  29.                 </tr>
  30.             </table>
  31. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></br></br>
  32.     </body>
  33. </html>
  34.  
Add Comment
Please, Sign In to add comment