Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Three Columns Web Layout#5</title>
  4. </head>
  5. <body>
  6. <center>
  7. <table border=1 cellpadding=0 cellspacing=0 width=90%>
  8.  
  9. <tr>
  10. <td align="center" Valign="top" colspan=5 width=100%>
  11. <p align="center"><font size=7>Main Heading Goes Here</font><br>
  12. <font size=5><b> Your Name</b> Subheading Goes Here</font></td>
  13. </tr>
  14.  
  15. <tr> <td width=30%> </td>
  16. <td width=5%> </td>
  17. <td width=30%> </td>
  18. <td width=5%> </td>
  19. <td width=30%> </td>
  20. </tr>
  21.  
  22. <tr>
  23. <td Valign="top" width=30%><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  24.  
  25. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  26. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  27. </td>
  28.  
  29. <td width=5%></td>
  30.  
  31. <td Valign="top" width=30%><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  32. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  33. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  34. </td>
  35.  
  36. <td width=5%></td>
  37.  
  38. <td Valign="top" width=30%><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  39. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  40. <p><Font size=4> Type text here. Type text here. Type text here. Type text here. </font>
  41. </td>
  42.  
  43.  
  44.  
  45.  
  46. </table>
  47. </center>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement