Login for Software or Support

CoffeeCup - HTML Editor, Flash & Web Design Software

Over 48,871,414 Downloads in 87 Countries

Tell a Friend About Our Cool Software

Buy the Book Here !

Chapter 6: The <form> Tag



The first step in creating an HTML form is to place a <form> tag on your page. It can be essentially anywhere in the body section, including inside a table cell. The basic syntax is as follows:

<form action="action">
</form>
The action attribute specifies the URL where the form data will be submitted. Don't worry about this for now--we'll talk about that more later in the chapter.

Table of Contents
CoffeeCup Home Page | Software | Copyright & Legal | Site Map | © 1996 - 2008 CoffeeCup Software, Inc.