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