Skip to content
New issue

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

No solution for test your skills #38530

Open
jBoscW opened this issue Mar 8, 2025 · 1 comment
Open

No solution for test your skills #38530

jBoscW opened this issue Mar 8, 2025 · 1 comment
Labels
accepting PR Feel free to open a PR to resolve this issue Content:Learn:Forms Learning area Forms docs

Comments

@jBoscW
Copy link

jBoscW commented Mar 8, 2025

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 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
@jBoscW jBoscW added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Mar 8, 2025
@github-actions github-actions bot added the Content:Learn Learning area docs label Mar 8, 2025
@Josh-Cena Josh-Cena added Content:Learn:Forms Learning area Forms docs accepting PR Feel free to open a PR to resolve this issue and removed Content:Learn Learning area docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Mar 8, 2025
@Josh-Cena Josh-Cena changed the title Should have a solution?? No solution for test your skills Mar 8, 2025
@low-perry
Copy link
Contributor

I made a pull request to the learning-area repo that would solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting PR Feel free to open a PR to resolve this issue Content:Learn:Forms Learning area Forms docs
Projects
None yet
Development

No branches or pull requests

3 participants