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
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Form_structure
Doesn't have a solution.
Has the exercise but no solution, only a RESET button
Here's a possible solution that meets all three requirements (that I did myself tyvm):
`
<div> <label for="name">Name:</label> <input type="text" id="name" name="name"> </div> <div> <label for="age">Age:</label> <input type="number" id="age" name="age"> </div> </form> <form> <legend>Comment Information</legend> <div> <label for="comment">Comment</label>: <input type="text" id="comment" name="comment"> </div> <div> <label for="email">Email:</label> <input type="email" id="email" name="email"> </div> </form>
No response
en-us/learn_web_development/extensions/forms/test_your_skills_colon__form_structure
The text was updated successfully, but these errors were encountered:
I made a pull request to the learning-area repo that would solve this problem.
Sorry, something went wrong.
No branches or pull requests
MDN URL
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Form_structure
What specific section or headline is this issue about?
Doesn't have a solution.
What information was incorrect, unhelpful, or incomplete?
Has the exercise but no solution, only a RESET button
What did you expect to see?
Here's a possible solution that meets all three requirements (that I did myself tyvm):
`
Personal DetailsDo you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/learn_web_development/extensions/forms/test_your_skills_colon__form_structure
The text was updated successfully, but these errors were encountered: