Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>task 6a Karagishiev</title>
- <style>
- img {
- width: 60px;
- height: 60px;
- }
- #fcolumn {
- margin-right: 30px;
- float: left;
- }
- </style>
- </head>
- <body>
- <table border="1">
- <tr>
- <td id="logo"><img src="https://www.rea.ru/ru/Documents/simvolika/Gerb.png"></td>
- <td>
- <table>
- <td>
- <div id="fcolumn">
- <p id="vname">РЭУ им. Плеханова</p>
- <p id="fname">Фамилия</p>
- <p id="email">Email</p>
- </div>
- </td>
- <td>
- <div id="scolumn">
- <p id="gnumber">Номер группы</p>
- <p id="name">имя</p>
- <p id="phone">телефон</p>
- </div>
- </td>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement