Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

groups in a form

<fieldset>
  <legend>Don't you love HTML?</legend>
  <input type="radio" name="yesno" id="yes"/>
  <label for="yes">Yes</label>
  <input type="radio" name="yesno" id="no"/>
  <label for="no">No</label>
Source by hidde.blog #
 
PREVIOUS NEXT
Tagged: #groups #form
ADD COMMENT
Topic
Name
2+5 =