<form action="/echo" method="post">
<label for="name">Имя</lable>
<input type="text" name="name" id="name">
<div class="half-width">
<label for="date">
Дата рождения
</label>
<input class="date" type="text" name="date" id="date">
</div>
<div class="half-width">
<label>
Цвет
</label for="color">
<select name="color" id="color">
<option>Рыжий</option>
</select>
</div>
<label for="CB"><input type="checkbox" name="CB" id="CB"> Разрешать гладить</label>
<label for="secret">Секретное блюдо</label>
<input type="text" name="secret" id="secret">
<div class="buttons">
<input type="submit" value="Сохранить">
</div>
</form>
</></>
Спасибо за ответ.