In this page, you will learn how to create a form.
Form is used to create sign-up datas that you may access. It consists of edit fields, radio button and checkbox.
In creating a form, the <form> tag is used. The <form> tag will tell the browser/s that it is a form.
The following list below is the attributes that are being used in a form.:
Here, you will see the corresponding syntax for the form.
These are some attributes that are used to make a form or an edit field.
Here is a sample form. This form consists of attributes that are said above.
If you want to try what you have learned in this page, open a notepad and perform them.