184k views
4 votes
How many check boxes from the following code can be selected at any given time? Home Address Federal Express UPS

User Shawntel
by
5.0k points

1 Answer

3 votes

Answer:

The answer to the given question is "3".

Explanation:

  • In the given HTML checkboxes code. We used input type= "checkbox" that provide a checkbox. That is used to select one or more options on the limited number of choices.
  • In this code, we use check three checkbox that is "Home Address, Federal Express and UPS" in this checkboxes code we use the name attribute that works as a reference this attribute is used to submit data into the database.

In this code, we select(check) in all three checkboxes that's why the answer to this question is "3".

User Abhas
by
4.6k points