Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title> Пример страницы с таблицей №1.</title>
- </head>
- <body style="background-image:url(i.jpg)">
- <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor"">
- <tr>
- <th height="91" colspan=3 align="center">
- <h1 style="color:red"><strong>Легендарный сайт</strong></th></h1>
- </tr>
- <tr>
- <th height="47" colspan=3 align="right">
- <table width="50%" border="2" cellspacing="1" bgcolor="#4876FF">
- <tr>
- <td align="center"><a href="Об игре.html"><font color="#FFFFFF">Об игре</font></a></td>
- <td align="center"><a href="Сюжет.html"><font color="#FFFFFF">Сюжет</font></a></td>
- <td align="center"><a href="Саундтрек.html"><font color="#FFFFFF">Саундтрек</font></a></td>
- <td align="center"><a href="Разработка.html"><font color="#FFFFFF">Разработка</font></a></td>
- </tr>
- </table>
- </th>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement