How should you complete the markup?

DRAG DROP
You are developing a web application.
You need to create an input field to provide users with the ability to select a product from a drop-down list. The
solution must meet the following requirements:
The drop-down list must use AutoComplete.
Users must see Car and Boat as the two available options.
Users must be able to select one of the two options or to enter manually their own option in the text box.
You write the following HTML markup.

How should you complete the markup? To answer, drag the appropriate code elements to the correct targets.
Each code element may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.
Select and Place:

DRAG DROP
You are developing a web application.
You need to create an input field to provide users with the ability to select a product from a drop-down list. The
solution must meet the following requirements:
The drop-down list must use AutoComplete.
Users must see Car and Boat as the two available options.
Users must be able to select one of the two options or to enter manually their own option in the text box.
You write the following HTML markup.

How should you complete the markup? To answer, drag the appropriate code elements to the correct targets.
Each code element may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.
Select and Place:

Answer:



Leave a Reply 8

Your email address will not be published. Required fields are marked *

nineteen − ten =


lully

lully

answer seems to me wrong…. this html construct is ok:

Target1:datalist
Target5:datalist

obakasan

obakasan

> Users must be able to select one of the two options or to enter manually their own option in the text box.

+1 it should use

Bambang

Bambang

should be datalist because it has autocomplete feature

sayed mustafa

sayed mustafa

Target1:datalist
Target5:datalist

puvpul

puvpul

yeh it would be datalist

Sergiu

Sergiu

It’s datalist.