Form Attachments Part 2 HTML / Forms
This article begins where Part one in our Form Attachment series left off--this time we cover ENCTYPE, ACTION and more!
Form Basics HTML / Forms
This tutorial will introduce you to the basics of Forms and show you how to make a simple form that sends information to an email address.
Making a PayPal Form HTML / Forms
Using PayPal you can easily make a form that allows you to take credit card payments for your freelance work. You only need basic HTML knowledge to do this.
Sizing Up the Browser HTML / Getting Started
If you like control, then we have one piece of advice: Before designing pages with forms, take a deep breath, because it won't be a joyous experience. Form elements don't like to be tamed. Depending on the browser being used, form elements will vary in size, spacing, and typography.
Basic Forms HTML / Forms
This tutorial outlines the basic format of a html form and the most common form elements.Using simple HTML forms is a very slick way of receiving information from your visitors. You put a few boxes and buttons on your page, they enter in their details and you receive them through email - brilliant.
HTML Form Tutorial HTML / Forms
HTML forms are a means of collecting information. People fill in a form and/or select something. Then they click a button. Forms don't actually process information. This tutorial is about how to make forms and how to send the information, but not how to process the information after it has been sent off.
Advanced Forms HTML / Forms
There are many things to take into consideration when creating a form, you want to make it match your site as much as you possibly can. This can be done using CSS and some HTML tags that you may not already know.
Tabular List control HTML / Tables
This worked example applies styling and functionality to a basic grid of data to produce a simple form control that's a pleasure to use.
Building an HTML Page HTML / Getting Started
In this tutorial, you learn to create a template. This template will contain all the necessary and helpful technical and structural bits that form the basis of a document that will conform and validate, too.
Using Autocomplete On Your Forms (Or Not) HTML / Forms
Most of us have seen a web site that uses autocomplete fuctionality to help the end user fill out a form. Read this article to find out how you can use this functionality on your own site (or not)!
Tables HTML / Tables
Tables are very easy to use and will make your site look more appealing to the eye, while organizing your site's content. Almost every site uses tables in some form.