179k views
3 votes
Oscar owns Oscar's Skateboard Shop. He wants to create a Web form to allow users to specify the type of skateboards they would like to buy. This includes the make, model, type and color, and board options. Oscar's skateboards come in Children, Young Adult, and Adult sizes. Oscar's skateboards only come in color, pattern, and themes. He has over 25 makes and models of skateboards.

Since make and model are normally lists, Oscar should use a ____ tag to specify the lists.

A) checkbox
B) file
C) select
D) command

User Erp
by
6.9k points

1 Answer

3 votes

Answer:

C) select

Step-by-step explanation:

In Computer programming, select is a form element used for creating a drop down list using a combination of the tag <select> and <option> in HTML, thus giving users the ability to select one or more options from a range.

Since make and model are normally lists, Oscar should use a select tag to specify the lists and collect user options or inputs.

User Dannywartnaby
by
7.1k points