Нужен ли закрывающий слеш у input?
1
В 37 курсе Вы говорите что все input должны закрываться "/>" т.е.
<input type="submit" class="btn" value="найти" />
В задании же написано
<form method="post" action="#" id="first_form">
<input type="text" name="login_field" placeholder="Логин">
<input type="password" name="password_field" placeholder="Пароль">
как правильно?)