Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4.  
  5. <title>Exemplu de site </title>
  6.  
  7. </head>
  8. <body>
  9. <table height="1000" width="1570" border="1" cellspacing="20" cellpadding="20">
  10. <tr>
  11. <td colspan="2" height="70" class="header">
  12. Header
  13. </td>
  14. </tr>
  15. <tr>
  16. <td width="150" height="200" class="meniu">
  17. Meniu
  18. </td>
  19. <td width="700" class="continut">
  20. <iframe src="demo_iframe.htm" height="700" width="1200"></iframe>
  21. Continut
  22. </td>
  23. </tr>
  24. <tr>
  25. <td colspan="2" height="50" class="footer">
  26. Footer
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement