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 tag

<form> Username:<br> <input type=”text” name=”username”><br> Password:<br> <input type=”text” name=”password”> </form>


form tag 출력 화면

Username:

Password: