Question:How will you bind the datalist option (shown below) with an <input> element, whose type attribute is set to url, to get the result shown in the image?
This question is based upon the figure shown below:
A User should define an accept attribute to the input element whose type is url.
B User should define multiple attribute to the input element whose type is url.
C User should define a list attribute to the input element whose type is url.
D User should define a placeholder attribute to the input element whose type is url.