Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
</head>
<body>
<form>
<label>Имя
<input id="User" name="Имя" type="text" />
</label>
</form>
</body>
</html>