forms

HTML Form Input Types

There are several different input types that you can put in a form. We will go over them now. Text Input Type Text input types are probably used the most on the web. With it we can get names and simple information. This is what a text input type look like. <input type=”text”/> This will Read More

HTML 5 Forms The Component Run Down

HTML5-Forms-Form-Tags-A1-Tutorials

The first step to processing forms is to understand what forms are and how they work. The HTML5 form is just form elements that work in HTML. The Form Tag You have to define and opening and closing form tag. Everything within this tag is what will be processed. Very simple put this is a form Read More