Musings
Public · Protected · Private
HTML5 label Tag
-
2012-03-29 22:58<label> tag defines a label for an <input> element. <label for="USA">USA</label> <input type="radio" name="country" id="USA" />
This blog is frozen. No new comments or edits allowed.