Building Web Forms
Overview
In this lab we will learn how to build and style awesome web forms.
- CSS scoping
- Modular CSS
- :valid and :required pseudo-elements
Resource Links
- DOWNLOAD😇 the start file for this class.
- Read about Web Form Best Practices: The Complete Guide
- Reference HTML attribute: autocomplete on MDN
- Read about CSS Attribute Selectors
- Read about Form Validation UX in HTML and CSS
- Human Interface Guidelines by Apple
- Form Accessibility guidance
- Learning about HTML5 Form Attributes