HTML and CSS Reference
In-Depth Information
Practice
1.
Create a new page in the Travel West site with the file name
favoritesform.html .
2.
Title it My Favorite Places .
3.
Insert a form, then insert a table with four rows and two cells in
each row.
4.
Fill the cells with the text and form objects seen below:
Drop-
down list
Radio
buttons
Tip: The HTML code for a drop-down list looks like this:
<select name="select">
<option>First Choice</option>
<option>Second Choice</option>
<option>Third Choice</option>
</select>
Search WWH ::




Custom Search