<!DOCTYPE html>
<html>
<head>
<title>Испытание: формы — вспомнить всё</title>
<meta charset="utf-8">
</head>
<body>
<form action="/echo" method="post">
<label for="login-field">Имя</label>
<input type="text" name="login" id="login-field"></input>
<div class="half-width">
<label for="date">Дата рождения</label>
<input type="text" class="date"></input>
</div>
<div class="half-width">
<label for="color-field">Цвет</label>
<select name="color-choice" id="color-field">
<option>Рыжий</option>
</select>
</div>
<label><input type="checkbox" name="choice" id="choice-field"> Разрешать гладить</input></labeL>
<label for="password-field">Секретное блюдо</label>
<input type="password" name="password" id="password-field"></input>
<div class="buttons">
<label><input type="submit" name="save" id="save-button" value="Сохранить"></input></label>
</div>
</form>
</body>
</html>
Энерция?
Тег label для кнопки не нужен.
Получилось. Спасибо!!!
Не надо здесь писать всякие for id тут все простое