HTML
# To learn
- Why need
<section>?
# 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.