Skip to content

No solution for test your skills #38530

@jBoscW

Description

@jBoscW

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Content:Learn:FormsLearning area Forms docsaccepting PRFeel free to open a PR to resolve this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions