Home

Search IconIcon to open search

HTML

# To learn

# Elements

<input type="radio">

Labels have a for attribute to match its input.

# Notes

In HTML5, the presence or absence of the attribute determines its value. In other words, required="false" has the same effect as required="true", required="required" and required.

# Trivia, semantics, etc.