FORMS:   

Each form must have a beginning and ending tag. Forms may not be nested; however, an HTML document may have multiple forms in it. The following is an example of a Beginning and ending Form:

<form method="post" action="http://wwwebworks.biz/bit112/showFormData.php" name="feedback">

</form>

Click on the links above for further information.

 

 

 


Application: Open your HTML editor. Create a new html document and Save as my_form.html.
                    Type or copy and paste the form tags above into the body.