We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22:5 error Input with id "null" has no associated label htmlacademy/input-req-label
<form action="index.html"> <label> Text field: <input type="text" name="name"> </label> <input type="submit" value="Отправить"> </form>
Правило htmlacademy/input-req-label требует у <input type="submit" value="Отправить"> описание. Для submit является текст в value
htmlacademy/input-req-label
<input type="submit" value="Отправить">
submit
value
The text was updated successfully, but these errors were encountered:
#92 fixed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ошибка из терминала
22:5 error Input with id "null" has no associated label htmlacademy/input-req-label
Часть кода на котором произошла ошибка
Описание проблемы
Правило
htmlacademy/input-req-label
требует у<input type="submit" value="Отправить">
описание. Дляsubmit
является текст вvalue
The text was updated successfully, but these errors were encountered: