Create Form in HTML
Definition and function of the form
Form is one form of web page that is used to receive input from users, then input from the user is processed using a web programming language, either server side scripting (eg PHP, JSP) or client-side scripting (javascript).
Anatomy of the form
The standard or general format for writing from the form are as follows:
How the Form Works
The HTML form is used to pass data from client to server. Web work works based on a very basic client / server architecture which can be summarized as follows: the client (web browser) sends requests to the server (eg Apache, Nginx, IIS, Tomcat, etc.), using the HTTP protocol. The server answers requets from the form using the same protocol. The server will process the data and then send the response to the user. On the client side ensure which data is sent via the form element. On the client side, HTML configures HTTP requests to send data to the server. This allows users to provide information to be conveyed in HTTP requests.
Attributes that are very important when sending data are actions and methods. The attributes of the HTML <form> element are as follows:
Element form button
The general format for writing the input button in the <form> tag is as follows
Input form elements submit
The HTML tag format is as follows:
Form reset element
The HTML tag format is as follows:
<INPUT TYPE = RESET>
Trial, Make a web page as follows (present the form):
Save the HTML code above with the name form.html then open the results using a web browser. If the writing is correct, the web page will appear as follows.
Form is one form of web page that is used to receive input from users, then input from the user is processed using a web programming language, either server side scripting (eg PHP, JSP) or client-side scripting (javascript).
The standard or general format for writing from the form are as follows:
How the Form Works
The HTML form is used to pass data from client to server. Web work works based on a very basic client / server architecture which can be summarized as follows: the client (web browser) sends requests to the server (eg Apache, Nginx, IIS, Tomcat, etc.), using the HTTP protocol. The server answers requets from the form using the same protocol. The server will process the data and then send the response to the user. On the client side ensure which data is sent via the form element. On the client side, HTML configures HTTP requests to send data to the server. This allows users to provide information to be conveyed in HTTP requests.
Attributes that are very important when sending data are actions and methods. The attributes of the HTML <form> element are as follows:
Element form button
The general format for writing the input button in the <form> tag is as follows
Input form elements submit
Form reset element
The HTML tag format is as follows:
<INPUT TYPE = RESET>
Trial, Make a web page as follows (present the form):
Save the HTML code above with the name form.html then open the results using a web browser. If the writing is correct, the web page will appear as follows.






0 Response to "Create Form in HTML"
Post a Comment