form practice list

  1. form tag
  2. input tag
  3. type
  4. submit type
  5. textarea tag
  6. radio type
  7. checkbox type
  8. select type
  9. fieldset tag
  10. legend tag
  11. form action

radio type

<form> Do you know Margaret Sanger?<br> <input type="radio" name="candy" value="yes">Yes! <input type="radio" name="candy" value="no">No </form>

radio type 출력 화면

Do you know Margaret Sanger?
Yes! No