From 2d1b73d0caee26f974e1f61349747ec3aec14658 Mon Sep 17 00:00:00 2001 From: russom Date: Wed, 2 Sep 2026 22:04:20 +0100 Subject: [PATCH 01/11] Update code from 26-ITP-MAY to 26 ITP-SEP for resubmitting --- Form-Controls/index.html | 53 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..1cf0eed29 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,4 +1,4 @@ - + @@ -13,15 +13,58 @@

Product Pick

- - +
From 21df038b00155aa5a46b254a3766a0435660e13f Mon Sep 17 00:00:00 2001 From: russom Date: Thu, 3 Sep 2026 07:45:01 +0100 Subject: [PATCH 02/11] validate error with w3.org --- Form-Controls/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 1cf0eed29..67c0ff4a8 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,11 +1,11 @@ - - + + My form exercise - - + +
@@ -22,12 +22,12 @@

Product Pick

required pattern="\S{2,}" title="Please enter at least two non-space characters." - /> + >
- +
From 2753312ddca7db98213098dc2b15e5f35abbbb91 Mon Sep 17 00:00:00 2001 From: russom Date: Sat, 16 May 2026 14:02:45 +0100 Subject: [PATCH 03/11] Lables and input and css created --- Form-Controls/index.html | 53 ++++------------------------------------ 1 file changed, 5 insertions(+), 48 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 67c0ff4a8..ceb80b3c3 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -4,8 +4,8 @@ My form exercise - - + +
@@ -13,53 +13,10 @@

Product Pick

-
- - -
- -
- - -
-
- - -
-
- - -
-
- -
- + + try writing out the requirements first as comments + this will also help you fill in your PR message later-->
From 56c0cf54a702466ea84d811d246045c73dd29697 Mon Sep 17 00:00:00 2001 From: russom Date: Sat, 30 May 2026 16:10:54 +0100 Subject: [PATCH 04/11] Style seprated from html and contained in its own file. --- Form-Controls/index.html | 44 +++++++++++++++++++++++++++++++++++++--- Form-Controls/style.css | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 Form-Controls/style.css diff --git a/Form-Controls/index.html b/Form-Controls/index.html index ceb80b3c3..d5836b4be 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,10 +13,48 @@

Product Pick

- - +