+ 2
HTML Module 3 Quiz
Translate course 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> HTML Select all correct answers. value attributes Submit button name attributes
3 Answers
+ 8
Submit button, name attributes and value attributes all are needed to sent the data to the database.
+ 1
Can I have someone who can teach me
0
It's missing a submit input