MrJayse

Untitled

Mar 2nd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title> Пример страницы с таблицей №1.</title>
  6. </head>
  7. <body style="background-image:url(i.jpg)">
  8. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor"">
  9. <tr>
  10. <th height="91" colspan=3 align="center">
  11. <h1 style="color:red"><strong>Легендарный сайт</strong></th></h1>
  12. </tr>
  13. <tr>
  14. <th height="47" colspan=3 align="right">
  15. <table width="50%" border="2" cellspacing="1" bgcolor="#4876FF">
  16. <tr>
  17. <td align="center"><a href="Об игре.html"><font color="#FFFFFF">Об игре</font></a></td>
  18. <td align="center"><a href="Сюжет.html"><font color="#FFFFFF">Сюжет</font></a></td>
  19. <td align="center"><a href="Саундтрек.html"><font color="#FFFFFF">Саундтрек</font></a></td>
  20. <td align="center"><a href="Разработка.html"><font color="#FFFFFF">Разработка</font></a></td>
  21. </tr>
  22. </table>
  23. </th>
  24. </tr>
  25. </table>
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment