Forms

This page shows different permutations of forms.

Buttons

Anything tag be styled to look like a button by adding class="button", the buttons should all line up in a horizontal line.

Enabled buttons with different tags

span a:href

Disabled buttons with different tags

span

There is no a tag because they don't support disabled, and the alternatives are not worth implementing.

States

Many form elements support disabled and readonly states.

Form elements with different states
Normal
Required
Valid
Invalid
Disabled
Readonly