From 13488cc0fb1b688897fab37722d3febb7d5254c2 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Tue, 8 Sep 2026 20:19:43 +0100 Subject: [PATCH 01/24] Added a "Name" label and "input" criterial --- Form-Controls/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..7a6cdfe6c 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,7 +13,12 @@

Product Pick

- +
+ + +
+ + From 3a43ad9814ad1416da61469069cd05ca912afed9 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Tue, 8 Sep 2026 20:21:35 +0100 Subject: [PATCH 02/24] Added "Email" label and "input" criterial --- Form-Controls/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 7a6cdfe6c..5f385f5d7 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -17,8 +17,12 @@

Product Pick

+
+ + +
- + From 1d6d39743fad1e5caa1bd171798294ef35af3937 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Tue, 8 Sep 2026 20:23:10 +0100 Subject: [PATCH 03/24] Added "preferred color" label and input. --- Form-Controls/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 5f385f5d7..b1bc44f6a 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -21,6 +21,11 @@

Product Pick

+
+ + +
+ - -
- - - + + + + + + \ No newline at end of file From b60c704b846fd689887ec712dc7aa472dc618211 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 10:38:03 +0100 Subject: [PATCH 15/24] Added "Selection an option" value to colors and sizes --- Form-Controls/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 1bdd85c1f..68e5a1bb5 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -29,6 +29,7 @@

Product Pick

+ From 35da72fa76c453e1336335f127380fc13f58cf00 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 10:45:57 +0100 Subject: [PATCH 16/24] Made the value empty "value="" for colors and sizes --- Form-Controls/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 68e5a1bb5..74a61799a 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -29,7 +29,7 @@

Product Pick

- + From 2d8766f103860ba4b0e3fe8f7d52f765b1bd15fa Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 10:48:43 +0100 Subject: [PATCH 17/24] Added my name "Mathew Shaibu" to file --- Form-Controls/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74a61799a..717a3d2d3 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -62,7 +62,7 @@

Product Pick

-

By HOMEWORK SOLUTION

+

By Mathew Shaibu

From 0f988b5e7dc1d8667aef695420ca30ebb0123f0c Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 10:51:35 +0100 Subject: [PATCH 18/24] Deleted excess spaces in code --- Form-Controls/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 717a3d2d3..ff8db5e16 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -52,9 +52,6 @@

Product Pick

- - - From f3cbb5229e38048a3ff91d41d752c93ff9d71118 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 11:01:28 +0100 Subject: [PATCH 19/24] Change name to all CAP --- Form-Controls/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index ff8db5e16..886e92587 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -59,7 +59,7 @@

Product Pick

-

By Mathew Shaibu

+

By MATHEW SHAIBU

From 364022803668186e6eb2bf2cd374625127aa1247 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 11:01:57 +0100 Subject: [PATCH 20/24] Completed all check boxes --- Form-Controls/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Form-Controls/README.md b/Form-Controls/README.md index e8c55dcc7..c0ed7fe3e 100644 --- a/Form-Controls/README.md +++ b/Form-Controls/README.md @@ -40,13 +40,13 @@ Do not write a form action for this project. Let's write out our testable criteria. Check each one off as you complete it. - [x] I have only used HTML and CSS. -- [ ] I have not used any JavaScript. +- [x] I have not used any JavaScript. ### HTML - [x] My form is semantic HTML. -- [ ] All inputs have associated labels. -- [ ] My Lighthouse Accessibility score is 100. +- [x] All inputs have associated labels. +- [X] My Lighthouse Accessibility score is 100. - [x] I require a valid name. - [x] I require a valid email. - [x] I require one colour from a defined set of 3 colours. @@ -59,10 +59,10 @@ Let's write out our testable criteria. Check each one off as you complete it. These practices reflect the level of quality expected in professional work. They ensure your code is reliable, maintainable, and presents a polished, credible experience to users. -- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/ -- [ ] My code is consistently formatted -- [ ] My page content is free of typos and grammatical mistakes -- [ ] I commit often and push regularly to GitHub +- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/ +- [x] My code is consistently formatted +- [x] My page content is free of typos and grammatical mistakes +- [x] I commit often and push regularly to GitHub ## Resources - [MDN: Form controls](https://developer.mozilla.org/en-US/docs/Learn/Forms) From fb25fc92b422b68f0cdfc117bbd1e5267199b4f9 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 11:14:03 +0100 Subject: [PATCH 21/24] Changed a checked box to a small letter "x" --- Form-Controls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form-Controls/README.md b/Form-Controls/README.md index c0ed7fe3e..524e43e13 100644 --- a/Form-Controls/README.md +++ b/Form-Controls/README.md @@ -46,7 +46,7 @@ Let's write out our testable criteria. Check each one off as you complete it. - [x] My form is semantic HTML. - [x] All inputs have associated labels. -- [X] My Lighthouse Accessibility score is 100. +- [x] My Lighthouse Accessibility score is 100. - [x] I require a valid name. - [x] I require a valid email. - [x] I require one colour from a defined set of 3 colours. From 74f205a59c4cd41af416691ee8c1cca4a29deab2 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Wed, 9 Sep 2026 11:26:11 +0100 Subject: [PATCH 22/24] Completed more checkbox 7 - 12 --- Form-Controls/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Form-Controls/README.md b/Form-Controls/README.md index 524e43e13..6ba278a70 100644 --- a/Form-Controls/README.md +++ b/Form-Controls/README.md @@ -4,12 +4,12 @@ -- [ ] Interpret requirements and check against a list of criteria -- [ ] Write a valid form -- [ ] Test with Devtools -- [ ] Refactor using Devtools -- [ ] Use version control by committing often and pushing regularly to GitHub -- [ ] Develop the habit of writing clean, well-structured, and error-free code +- [x] Interpret requirements and check against a list of criteria +- [x] Write a valid form +- [x] Test with Devtools +- [x] Refactor using Devtools +- [x] Use version control by committing often and pushing regularly to GitHub +- [x] Develop the habit of writing clean, well-structured, and error-free code ## Task From 2a32c4e2c883b3f5353ae375c95ebf6eb84e044b Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Thu, 10 Sep 2026 11:42:24 +0100 Subject: [PATCH 23/24] changed "Name" to "Full name"' --- Form-Controls/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 886e92587..df1baad8d 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -17,7 +17,7 @@

Product Pick

- +
From 083e688aff2b772edc449eb55843e8ce9809b1f6 Mon Sep 17 00:00:00 2001 From: MattCarolus10 Date: Tue, 15 Sep 2026 11:01:34 +0100 Subject: [PATCH 24/24] add autocomplete for name and email --- Form-Controls/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index df1baad8d..1c52e627c 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -18,12 +18,12 @@

Product Pick

- +
- +
@@ -52,13 +52,10 @@

Product Pick

-