Pizza Order Form: Required Form Controls
Features
- HTML5
required
attribute (Preferred) - Use the word "required" in the text label
- Use an
img
element with thealt="required"
- ARIA 1.0
aria-required="true"
attribute
HTML Source Code
CSS Source Code