HTML and CSS Reference
In-Depth Information
Employ forms
Create a form
1.
Create a new page in the Travel West site with the file name
infoform.html .
2.
Title the page Request for Information .
3.
Below the <body> tag, insert a paragraph:
<p>Fill out the following form to get more
information about traveling West:</p>
4.
Below the paragraph, insert a <form> tag:
<body>
<p>Fill out the following form to get more
information about traveling West:</p>
<form>
</body>
5.
Add a closing </form> tag:
<form>
</form>
</body>
 
Search WWH ::




Custom Search