0

Module 3 test

What is the answer to the last question of the module 3 test

3rd Jan 2018, 1:30 AM
Bruce Wang
Bruce Wang - avatar
7 Answers
+ 2
<form> <label for="s1">Select currency</label> <select name="currency" id="s1"> <option>Euro</option> <option>US Dollar</option> </select> </form>
19th Jul 2024, 7:30 AM
Kirti Ganore
Kirti Ganore - avatar
+ 1
D
3rd Jan 2018, 1:30 AM
Bruce Wang
Bruce Wang - avatar
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.
3rd Jan 2018, 1:33 AM
luciel
luciel - avatar
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
11th Nov 2023, 6:12 AM
Alan biju
Alan biju - avatar
0
I try but
11th Nov 2023, 6:12 AM
Alan biju
Alan biju - avatar
0
<form> <label for="s1"> Select currency </label> <select name="currency" id ="s1"> <option> Euro</option> <option>US Dollar</option> </select> </form>
30th Jan 2024, 4:57 AM
Amit Pandey
Amit Pandey - avatar
0
<form> <label for="s1"> Select currency<lable> <select name="currency" id"s1"> <option>Euro</option> <option>US Dollar</option> </select> </form>
9th Aug 2024, 11:08 AM
K.A.N.D.Rathnasekara
K.A.N.D.Rathnasekara - avatar