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