-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Closed
Labels
Content:Learn:FormsLearning area Forms docsLearning area Forms docsaccepting PRFeel free to open a PR to resolve this issueFeel free to open a PR to resolve this issue
Description
MDN URL
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 Details <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>
Do 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
- Folder:
en-us/learn_web_development/extensions/forms/test_your_skills_colon__form_structure - MDN URL: https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Test_your_skills:_Form_structure
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/learn_web_development/extensions/forms/test_your_skills_colon__form_structure/index.md
- Last commit: 5b20f5f
- Document last modified: 2024-12-19T15:37:45.000Z
Metadata
Metadata
Assignees
Labels
Content:Learn:FormsLearning area Forms docsLearning area Forms docsaccepting PRFeel free to open a PR to resolve this issueFeel free to open a PR to resolve this issue