Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

первая домашка #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions new_anketa.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Анкета участника</title>
<meta content ="text/html; charset=utf-8" />
<style type="text/css">
body {background: #e8e8e8}
h2,h3 {font-weight: normal;
color: #111;}
table {font-size: 75%; color: #222; background:#fff;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
width:80%; margin:auto;}
</style>
</head>
<body>
<table frame="box"><tr><td>
<h2>Курс: разработка интерфейсов</h2>
<h3>Анкета участника</h3>
<p>Фамилия, Имя: Фатьянова Настя</p>
<p>E-mail: [email protected]</p>
<p>Телефон: 8-950-198-53-72</p>
<p>Вуз, факультет, специализация: УрГУ, Матмех, Прикладная математика</p>
<p>Год поступления: 2009</p>
<p>Откуда вы узнали о курсах? Листовки, листовки повсюду</p>
</td></tr></table>
</body>
</html>