Skip to content

Commit 8f87ed4

Browse files
committed
Finished t-shirt form validation
1 parent ec30f47 commit 8f87ed4

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

Form-Controls/index.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<!-- <objectives>
22
3-
- [ ] Interpret requirements and check against a list of criteria
4-
- [ ] Write a valid form
3+
- [x] Interpret requirements and check against a list of criteria
4+
- [x] Write a valid form
55
- [ ] Test with Devtools
66
- [ ] Refactor using Devtools
7-
- [ ] Use version control by committing often and pushing regularly to GitHub
8-
- [ ] Develop the habit of writing clean, well-structured, and error-free code
7+
- [x] Use version control by committing often and pushing regularly to GitHub
8+
- [x] Develop the habit of writing clean, well-structured, and error-free code
99
{{<objectives>}}>-->
1010

1111
<!--
12-
[ ] I have only used HTML and CSS.
13-
[ ] I have not used any JavaScript.
12+
[x] I have only used HTML and CSS.
13+
[x] I have not used any JavaScript.
1414
1515
HTML
1616
17-
- [ ] My form is semantic HTML.
18-
- [ ] All inputs have associated labels.
17+
- [] My form is semantic HTML.
18+
- [x] All inputs have associated labels.
1919
- [ ] My Lighthouse Accessibility score is 100.
20-
- [ ] I require a valid name.
21-
- [ ] I require a valid email.
22-
- [ ] I require one colour from a defined set of 3 colours.
23-
- [ ] I require one size from a defined set of 6 sizes.
20+
- [x] I require a valid name.
21+
- [x] I require a valid email.
22+
- [x] I require one colour from a defined set of 3 colours.
23+
- [x] I require one size from a defined set of 6 sizes.
2424
2525
- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
26-
- [ ] My code is consistently formatted
27-
- [ ] My page content is free of typos and grammatical mistakes
28-
- [ ] I commit often and push regularly to GitHub
26+
- [] My code is consistently formatted
27+
- [x] My page content is free of typos and grammatical mistakes
28+
- [x] I commit often and push regularly to GitHub
2929
-->
3030

3131
<!doctype html>
@@ -84,7 +84,6 @@ <h1>Product Pick</h1>
8484
</form>
8585
</main>
8686
<footer>
87-
<!-- change to your name-->
8887
<p>By Mars Adesina</p>
8988
</footer>
9089
</body>

0 commit comments

Comments
 (0)