:default

Back to the index.

The :default pseudoclass targets default elements; for instance pre-checked radio buttons.

Radio 1
Radio 2
Radio 3
:default {
	width: 5em;
	border: 5px solid green;
}