PICTURE BUTTONS


Buttons can have pictures embedded in them. Here's an example

Inspect the code for this button to get an idea of how to use the INPUT tag to create a button with a picture embedded in it. Also, notice that it must be placed between FORM tags. (MS IE doesn't enforce this.)
--------------------------
ASSIGNMENT:
This assignment is really quite simple. To successfully complete this assignment you will have to create three picture buttons and a total of four pages (one page hosting the buttons and the other three as destinations for the buttons). Your main page will offer the button user three choices presented in the form of pictures on the buttons. Your destination pages will merely confirm the choices. For instance, let's say that your buttons show pictures of different food selections { 1) burger, fries, and soda; 2) spaghetti, breadsticks, and shake; 3) fried chicken, baked potato, and orange juice } , your destination would merely say something like this:
----------------------------
YOU SELECTED:
1) fried chicken
2) baked potato
3) orange juice
That will be: $4.65
----------------------------
Of course, you don't have to limit yourself to food. Any multiple item (three or more) selection is acceptable for this assignment. Food will probably be the easiet thing to find pictures for, however. With this in mind, your main page should have a title which reflects the items available for selection. For instance, "FOOD SELECTIONS" would be a good title for a page using the example items.