Skip to content

Commit bd4ba35

Browse files
added a reset button and removed the change from
the README.md
1 parent ab8d1e1 commit bd4ba35

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Form-Controls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Writing that out as a series of questions to ask yourself:
2525
3. What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
2626
4. What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL
2727

28-
All fields are required.
28+
All fields are required.
2929
Do not write a form action for this project.
3030

3131
## Acceptance Criteria

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ <h1>Product Pick</h1>
5454

5555
<!-- Submit button -->
5656
<button type="submit">Submit</button>
57+
<br>
58+
<button type="reset">Reset</buttonb>
5759
</form>
5860
</main>
5961
<footer>

0 commit comments

Comments
 (0)