CBSE Class 10 Computer Applications
Question 9 of 48
HTML III — Audio, Video and Forms — Question 7
Back to all questions 7
Question Question 1(g)
Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output would appear in browser.
Male
<input type="radio" value="male"><br>
Female
<input type="radio" value="female" checked>The output of this code fragment in browser is shown below: