Kizspy | Question: 47
(Choose 1 answer)
Consider the code:
<form action="myscript.apsx">
Gender: <input type="radio" value="1" checked="checked"/> female
<input type="radio" value="0"/> male
Full Name:
</form>
<input type="text" value="ThiNo"/>
<input type="submit" value="submit"/>
What data does the form send to the page myscript.aspx after submitting?
A. nothing
B. female and ThiNo
C. female and male
D. 1 and ThiNo