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

form type

<form> <input type="text" name="username"> <br> <br> <input type="date" name=”birthday”> <br> <br> <input type="password" name="password"> </form>

type 코드 출력 화면