From 9326bc14c383fedfeeb3261156fa3bbe5c548a77 Mon Sep 17 00:00:00 2001 From: Perrila Tamang Date: Wed, 9 Sep 2026 23:02:53 +0100 Subject: [PATCH 1/3] First commit of Complete Form --- Form-Controls/index.html | 56 +++++++++++++++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..919bb1ee1 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -12,16 +12,60 @@

Product Pick

-
- - + +
+ + +
+ + +
+ + +
+ T-shirt Color +
+ + +
+
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + +
+
+
From d6ba3b792d8bfa553ce46b2f091805c8ae0295c2 Mon Sep 17 00:00:00 2001 From: Perrila Tamang Date: Wed, 9 Sep 2026 23:35:18 +0100 Subject: [PATCH 2/3] Fix Lighthouse issues and HTML validation errors --- Form-Controls/index.html | 99 ++++++++++++++++++++++++++++------------ 1 file changed, 69 insertions(+), 30 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 919bb1ee1..13bcd8296 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -6,66 +6,105 @@ My form exercise + +

Product Pick

+
- - + +
- -
- - +
+ +
- T-shirt Color -
- - + + T-shirt Color + +
+ +
-
+ +
- +
-
+
- +
-
- - + - - +
- - - -
- + + +
-
+
-

By Perrila Tamang

- + \ No newline at end of file From 8d1021ca388a14faf206c163da7b6fdbfedcf4ad Mon Sep 17 00:00:00 2001 From: Perrila Tamang Date: Wed, 9 Sep 2026 23:37:31 +0100 Subject: [PATCH 3/3] results Page --- Form-Controls/results.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Form-Controls/results.html diff --git a/Form-Controls/results.html b/Form-Controls/results.html new file mode 100644 index 000000000..e69de29bb