From e9f2365135ad897d5d78f36989b97fef12ecb845 Mon Sep 17 00:00:00 2001 From: Thabimalindi Date: Sun, 13 Sep 2026 23:24:28 +0200 Subject: [PATCH 1/2] Add accessible T-shirt order form --- Form-Controlsindex.html/index.html | 72 ++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Form-Controlsindex.html/index.html diff --git a/Form-Controlsindex.html/index.html b/Form-Controlsindex.html/index.html new file mode 100644 index 000000000..ee375a878 --- /dev/null +++ b/Form-Controlsindex.html/index.html @@ -0,0 +1,72 @@ + + + + + + + T-Shirt Order Form + + + + + +
+

Product Pick

+
+ +
+
+

+ + +

+ +

+ + +

+ +
+ Choose a T-shirt colour: + +

+ + +

+ +

+ + +

+ +

+ + +

+
+ +

+ + + +

+ + +
+
+ + + + + \ No newline at end of file From 741a57f64f40cc9d227c31c79d0c7b709c5a7aeb Mon Sep 17 00:00:00 2001 From: Thabimalindi Date: Sun, 13 Sep 2026 23:25:54 +0200 Subject: [PATCH 2/2] Fix form structure and remove accidental file --- Form-Controls/index.html | 94 ++++++++++++++++++++++-------- Form-Controlsindex.html/index.html | 72 ----------------------- 2 files changed, 69 insertions(+), 97 deletions(-) delete mode 100644 Form-Controlsindex.html/index.html diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..fa1b408aa 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,71 @@ - - - - My form exercise - - - - -
-

Product Pick

-
-
-
- - -
-
-
- -

By HOMEWORK SOLUTION

-
- - + + + + + T-Shirt Order Form + + + + + +
+

Product Pick

+
+ +
+
+

+ + +

+ +

+ + +

+ +
+ Choose a T-shirt colour: + +

+ + +

+ +

+ + +

+ +

+ + +

+
+ +

+ + + +

+ + +
+
+ +
+

By Gloria Thabisile Malindi

+
+ + \ No newline at end of file diff --git a/Form-Controlsindex.html/index.html b/Form-Controlsindex.html/index.html deleted file mode 100644 index ee375a878..000000000 --- a/Form-Controlsindex.html/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - T-Shirt Order Form - - - - - -
-

Product Pick

-
- -
-
-

- - -

- -

- - -

- -
- Choose a T-shirt colour: - -

- - -

- -

- - -

- -

- - -

-
- -

- - - -

- - -
-
- - - - - \ No newline at end of file