From ddbc385939d91a0a866353eb8ce452989d987172 Mon Sep 17 00:00:00 2001 From: Carlos Marquina Date: Sun, 30 Nov 2025 21:47:13 +0100 Subject: [PATCH] Created semantic form --- Form-Controls/index.html | 111 ++++++++++++++++++++++++++++++--------- 1 file changed, 86 insertions(+), 25 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..87a1028a1 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,88 @@ - - - - My form exercise - - - - -
-

Product Pick

-
-
-
- - -
-
- - - + + + + + My form exercise + + + + + +
+

Product Pick

+
+
+
+ +
+ Customer Information + + + +

Must be at least 2 characters long

+
+ + +
+ + +

Must be a valid email address

+
+ + +
+ T-Shirt Color + + + +

+ + + +

+ + + +
+ + +
+ T-Shirt Size + + + +

+ + + +

+ + + +

+ + + +

+ + + +

+ + + +
+ + + +
+
+ + + + \ No newline at end of file