This is the home section where the main content will be displayed.
+
+
+
+
About
+
This section describes what the page or website is about.
+
+
+
+
Services
+
Details of services offered can go here.
+
+
+
+
Contact
+
This section provides contact information or a form for users to reach out.
+
+
+
+
+
+
From 919817a031289d2856fe79b7495112c17231c9f7 Mon Sep 17 00:00:00 2001
From: mgphone
Date: Sat, 12 Oct 2024 07:12:35 +0100
Subject: [PATCH 2/3] initial commit with some codes
---
FormControls/formcontrolchecklist.md | 18 ++++++++
FormControls/index.html | 66 ++++++++++++++++++++++++++++
FormControls/styles.css | 44 +++++++++++++++++++
3 files changed, 128 insertions(+)
create mode 100644 FormControls/formcontrolchecklist.md
create mode 100644 FormControls/index.html
create mode 100644 FormControls/styles.css
diff --git a/FormControls/formcontrolchecklist.md b/FormControls/formcontrolchecklist.md
new file mode 100644
index 0000000..47fce4f
--- /dev/null
+++ b/FormControls/formcontrolchecklist.md
@@ -0,0 +1,18 @@
+# Developers must test their work
+
+## Let's write out our testable criteria:
+
+### HTML
+- [X ] I have used **HTML** and **CSS** only.
+- [ ] My form is **semantic HTML**.
+- [ ] All inputs have associated **labels**.
+- [ ] My **Lighthouse Accessibility** score is **100**.
+- [ ] I require a **valid name**. I have defined a valid name as a text string of two characters or more.
+- [ ] I require a **valid email**.
+- [ ] I require one **colour** from a defined set of 3 colours.
+- [ ] I require one **size** from a defined set of 6 sizes.
+- [ ] I require one **date** from a constrained date range.
+
+### CSS
+- [ ] I show which element is **focused**.
+- [ ] My **Lighthouse Accessibility** score is **100**.
diff --git a/FormControls/index.html b/FormControls/index.html
new file mode 100644
index 0000000..fa0b804
--- /dev/null
+++ b/FormControls/index.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+ T-Shirt Order Form
+
+
+
+
+
+
+