Many websites use a feedback form so that users can interact with the owner of the website. This chapter describes how to create a typical form. The project will demonstrate once again that HTML code uses only plain English words or abbreviations of English words.
This chapter contains the following sections:
Design a feedback form
Add an internal style to position the form elements
Add the form code to the contact.html page
Summary
Caution
At this stage the form will not send an email to the owner because that requires a tiny piece of PHP code that will be introduced in the Advanced section ...