|
1 | 1 | <!-- <objectives> |
2 | 2 |
|
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 |
5 | 5 | - [ ] Test with Devtools |
6 | 6 | - [ ] 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 |
9 | 9 | {{<objectives>}}>--> |
10 | 10 |
|
11 | 11 | <!-- |
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. |
14 | 14 |
|
15 | 15 | HTML |
16 | 16 |
|
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. |
19 | 19 | - [ ] 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. |
24 | 24 |
|
25 | 25 | - [ ] 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 |
29 | 29 | --> |
30 | 30 |
|
31 | 31 | <!doctype html> |
@@ -84,7 +84,6 @@ <h1>Product Pick</h1> |
84 | 84 | </form> |
85 | 85 | </main> |
86 | 86 | <footer> |
87 | | - <!-- change to your name--> |
88 | 87 | <p>By Mars Adesina</p> |
89 | 88 | </footer> |
90 | 89 | </body> |
|
0 commit comments