0
Module 3 test
What is the answer to the last question of the module 3 test
7 Answers
+ 2
<form>
<label for="s1">Select currency</label>
<select name="currency" id="s1">
<option>Euro</option>
<option>US Dollar</option>
</select>
</form>
+ 1
D
0
I recommend going back and looking for the answer, that way you know it. However, if yo need an answer to the last question, check the comments. I cannot help you because I do not know what course you need help with.
0
Complete the code
<form>
<label for="s1">
Select currency
<select name="currency"
Type
="$1">
Type
Euro</option>
<option>US Dollar</option>
Type
</form>
Ans
0
I try but
0
<form>
<label for="s1">
Select currency
</label>
<select name="currency"
id
="s1">
<option>
Euro</option>
<option>US Dollar</option>
</select>
</form>
0
<form>
<label for="s1">
Select currency<lable>
<select name="currency"
id"s1">
<option>Euro</option>
<option>US Dollar</option>
</select>
</form>