User Interface
Form Elements
Field Input
<input type="text" aria-label="hello world" placeholder="hello world" />
<input type="text" placeholder="error" aria-label="error" class="error" />
<input type="text" placeholder="error" aria-label="error" disabled="disabled" />
Select Box
Text Area
Checkbox / Radio Buttons
Buttons