How to Create a Registration Form with HTML (Complete+Image)
A website is built not only used to provide information to users or users. However, the website can also be used to obtain information such as personal data from website visitors. How to? Yes of course by using the form.
How to Create a Registration Form with HTML
To create a simple registration form in HTML is very easy. There are two ways that you can use, namely by using a table and you can also use a div. However, in this article, we will discuss how to create a simple registration form using a table. Immediately, please refer to the steps below.
1. Before creating the table, make sure how many columns and how many rows you want to create. For example, here we will create 9 rows and 3 columns. For more details, please pay attention to the script or code below.
/td>
So, to create a table, you must use the tag
. You can notice in the script above, the number of tags | |||||||||||||||||||||||||||
each of which is 3. 2. Next, please fill in each row and column according to your needs and desires. Generally a form consists of, Name, Place of Birth, Date of Birth, Gender, and so on. And of course there is a button to save and cancel. For example, you can look at the script below.
Things you need to pay attention to when creating a registration form:
Well, for the results of the example script above you can see in the image below. Very simple isn’t it? You can add CSS to make it even more interesting. Here’s an example using CSS.
In the example above, I only added a background color to the table and the submit and reset buttons. And create a table with a title in the middle. The rest you can add according to your needs and desires. You can see an example of how it looks in the image below. So this article discusses how to create a registration form in HTML very easily. Hopefully this article can be helpful and useful for you. Thank you The rain lover and coffee connoisseur who likes to sit in daydream while dreaming of his dreams that will come true. |
Post a Comment for "How to Create a Registration Form with HTML (Complete+Image)"