From 998b7d2a46aad3e4b754094494739871e8200f4d Mon Sep 17 00:00:00 2001 From: vmoratti Date: Mon, 1 Jun 2026 23:49:02 +0100 Subject: [PATCH 1/6] start from scratch again --- Form-Controls/index.html | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..e69de29bb 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +0,0 @@ - - - - - - My form exercise - - - - -
-

Product Pick

-
-
-
- - -
-
- - - From ba18401f6c2561bba818be86608adf0514dec126 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Mon, 1 Jun 2026 23:52:51 +0100 Subject: [PATCH 2/6] add index.htmml file that i wrote before --- Form-Controls/index.html | 74 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index e69de29bb..0b4b72d64 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -0,0 +1,74 @@ + + + + + + + My form exercise + + + + + + +
+

Product Pick

+
+
+
+
+ Name and Email address + + +

+ + +
+
+ + +
+ Please select a colour for your T-Shirt + + + +

+
+ Please select a size for your T-Shirt + + + + + + +

+
+ +
+
+
+
+

By Vito Moratti

+
+ + + \ No newline at end of file From 9c2ee9ad00f2b4511d510e9d29445e2672948025 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Mon, 1 Jun 2026 23:56:52 +0100 Subject: [PATCH 3/6] add style.css file, and styling to the field --- Form-Controls/index.html | 124 +++++++++++++++++++-------------------- Form-Controls/style.css | 3 + 2 files changed, 65 insertions(+), 62 deletions(-) create mode 100644 Form-Controls/style.css diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 0b4b72d64..2a81d5f81 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -2,73 +2,73 @@ - - - My form exercise - - - + + + My form exercise + + + -
-

Product Pick

-
-
-
-
- Name and Email address - - -

- - -
-
+
+

Product Pick

+
+
+ +
+ Name and Email address + + +

+ + +
+
-
- Please select a colour for your T-Shirt - - - -

-
- Please select a size for your T-Shirt - - - - - - -

-
- -
- -
-
-

By Vito Moratti

-
+
+ Please select a colour for your T-Shirt + + + +

+
+ Please select a size for your T-Shirt + + + + + + +

+
+ +
+ +
+
+

By Vito Moratti

+
\ No newline at end of file diff --git a/Form-Controls/style.css b/Form-Controls/style.css new file mode 100644 index 000000000..bb1dfea42 --- /dev/null +++ b/Form-Controls/style.css @@ -0,0 +1,3 @@ +legend { + font-weight: bold; +} \ No newline at end of file From 4c825181fabc2336edcdf96cda30863fae6a8207 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Tue, 2 Jun 2026 00:01:58 +0100 Subject: [PATCH 4/6] final commmit --- 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 2a81d5f81..76f6d0dd5 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -62,7 +62,7 @@

Product Pick


- +
From 5917059ac4566d979659c9230ddb2f3db2b409c3 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Wed, 3 Jun 2026 16:08:03 +0100 Subject: [PATCH 5/6] Enhance name input pattern for international characters Updated name input pattern to include accented characters. --- 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 76f6d0dd5..f02744d1a 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -20,7 +20,7 @@

Product Pick

Name and Email address -

+


@@ -71,4 +71,4 @@

Product Pick

- \ No newline at end of file + From f4aa85229179b2b2a320b3aaeb9fc99d0c78f9e8 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Wed, 3 Jun 2026 16:52:30 +0100 Subject: [PATCH 6/6] Remove extra blank lines in index.html --- Form-Controls/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index f02744d1a..e759ef59c 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,6 +1,5 @@ - @@ -9,7 +8,6 @@ -

Product Pick