Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <body style="background-color:grey;">
  7.  
  8. <title> Moja strona</title>
  9.  
  10. <style>
  11. table, th, td {
  12. border: 1px solid black;
  13. border-collapse: collapse;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18.  
  19.  
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body>
  25. <table style height=100% width=100%>
  26. <tr>
  27. <th colspan=3>Logo i informacje o mojej stronie, np: nazwa strony</th>
  28. </tr>
  29. <tr height="800">
  30. <th width=20%>Menu nawigacyjne (linki)</th>
  31. <th colspan=2 width=80% >Główna część strony(ramka z wyświetlanymi podstronami</th>
  32. </tr>
  33. <tr>
  34. <th colspan=3>stopka strony, informacje o autorze, adresy, telefony, itd/</th>
  35. </tr>
  36. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement