diff --git a/Form-Controls/README.md b/Form-Controls/README.md index 86f623d89..cee110a44 100644 --- a/Form-Controls/README.md +++ b/Form-Controls/README.md @@ -34,18 +34,18 @@ Do not write a form action for this project. Let's write out our testable criteria. Check each one off as you complete it. -- [ ] I have only used HTML and CSS. -- [ ] I have not used any JavaScript. +- [✓] I have only used HTML and CSS. +- [✓] I have not used any JavaScript. ### HTML -- [ ] My form is semantic HTML. -- [ ] All inputs have associated labels. -- [ ] My Lighthouse Accessibility score is 100. -- [ ] I require a valid name. -- [ ] 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. +- [✓] My form is semantic HTML. +- [✓] All inputs have associated labels. +- [✓] My Lighthouse Accessibility score is 100. +- [✓] I require a valid name. +- [✓] 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. ### Developers must adhere to professional standards. @@ -54,10 +54,10 @@ Let's write out our testable criteria. Check each one off as you complete it. These practices reflect the level of quality expected in professional work. They ensure your code is reliable, maintainable, and presents a polished, credible experience to users. -- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/ -- [ ] My code is consistently formatted -- [ ] My page content is free of typos and grammatical mistakes -- [ ] I commit often and push regularly to GitHub +- [✓] My HTML code has no errors or warnings when validated using https://validator.w3.org/ +- [✓] My code is consistently formatted +- [✓] My page content is free of typos and grammatical mistakes +- [✓] I commit often and push regularly to GitHub ## Resources - [MDN: Form controls](https://developer.mozilla.org/en-US/docs/Learn/Forms) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..0230c44ef 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,72 @@ -
- - -