Нужен ли закрывающий слеш у 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="Пароль">

как правильно?)

html
css

1 ответов

1

И так и так правильно

Sign up or Log in to write an answer