HTML.form.guide

beginner tutorial

How to make a form

This is a beginners tutorial on making web forms. Let us first see the working of a web form. A form has two parts: the client-side and the server-side. The client-side is coded using HTML, CSS and some Javascript. The server-side is usually coded using a scripting language available on the web server like PHP, ASP, Ruby or Perl. [] Coding the client-side of the form Here is the sample HTML code for a simple form:

Continue Reading →