0
Regarding course
Can someone help me I'm stuck on one question even if I chose the correct answer this app shows try again I spend a week and loss my hearts every day on this question ......
6 Antworten
+ 2
Mention the course name.
Mention the name of the task.
Show what exactly you did.
0
What’s this code missing for the user’s choices to be sent to the database?
<form>
<input type="radio" id="r1">
<label for="r1">Cash</label>
<input type="radio" id="r2">
<label for="r2">Card</label>
</form>
Options
*Name attribute
*The submit button
*Value attribute
0
The answer is name attribute and submit button but it always shows try again
0
HTML course and this question is from a module quiz
0
Fizza Yasin,
I checked the quiz and the correct answer is 3 of them.
If you didn't understand, you need the "value" attribute to store the data in database.
For example, if the user choose "Card" option, the data needs to store in the database, so you need both 'name' and 'value' attributes.
0
Thank you for your help