You are here: Home » All Posts » HTML Forms

HTML Forms

HTML Form Tutorial Part IV: Server Side Form Processing

HTML Forms

The previous three parts of this series (part 1, part 2 and part 3) explained how to create the HTML part of a web form (the client side). In order to make the form useful, we need to add server side processing support to the form.

Read the full article →

HTML Form Tutorial Part III : Still More Input Elements

HTML Forms

Password input Login screens usually have a password field where the user enters his password. You can create a password field by using the input type ‘password’. A password field can be created using the following code:

Read the full article →

HTML Form Tutorial Part II : More Input Elements

HTML Forms

In the first part of the HTML form tutorial we saw how to create a basic form using simple text boxes. In this part, we will see some more input elements. Check box

Read the full article →

HTML Form Tutorial

HTML Forms

While other elements of HTML gives style and meaning to your website, an HTML form adds interactivity. HTML forms handle important functions like taking orders, surveys, user registration and more. You will hardly find a single web site without forms. How does an HTML form work? A web form has two parts: the HTML ‘front [...]

Read the full article →