HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Create forms
Begin a form
Create a new page in the
Travel West
site with the file name
infoform.html
.
Title the page
Request for Information
.
Below the
<body>
tag, insert a paragraph:
<p>Fill out the following form to get more information about traveling West:</p>
Below the paragraph, insert a
<form>
tag:
<body>
<p>Fill out the following form to get more information about traveling West:</p>
<form>
</body>
Add a closing
</form>
tag:
<form>
</form>
</body>
<< BACK
NEXT >>