Created by Kerry Jones
about 10 years ago
|
||
Question | Answer |
Form elements: buttons
Image:
form_buttons (image/png)
|
<input name="submit" type="submit" value="Submit" /> <input name="Reset" type="reset" value="Reset" /> |
Form elements:
drop-down list
Image:
form_list (image/png)
|
<select name="seasons"> <option> Select season:</option> <option> Spring</option> <option> Summer</option> <option> Autumn</option> <option> Winter</option> </select> |
image maps | image map area element is used to make only a certain area of the image into a hyperlink |
Want to create your own Flashcards for free with GoConqr? Learn more.