로딩
요청 처리 중입니다...

<form> 태그

 <form> 태그

You've used the tag 'form' a lot.form 이라는 태그는 여러분들이 많이 사용해 보셨습니다.form tag is when you log in, write a notice, or buy somethingsform 태그는 로그인을 하거나 글을 작성하거나 물건을 구매할 때It sends the information that you enter to the server.여러분이 입력 한 정보를 서버로 전송 하는 역할을 합니다.To send the information you enter to the server,사용자가 입력한 정보를 서버에 전송 하기 위해서는You need to be able to enter information from the user.사용자로부터 정보를 입력 받을 수 있는 것이 필요 합니다.Then you can use the input tag.그때 input 태그를 사용 할..........

원문 링크 : <form> 태그