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

submit type

<form> <input type="text" name="username"> <br> <br> <input type="password" name="password"> <br> <br> <input type="submit" value="Login"> </form>

submit type 적용 화면