Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
</head>
<body>
<form action="getform.php" method="get">
Имя: <input type="text" name="first_name" />
Фамилия: <input type="text" name="last_name" />
E-Mail: <input type="email" name="user_email" />
<input type="submit" value="Отправить" />
</form>
</body>
</html>