Qus : ldentify the invalid tag "type" attribute value.?
Qusइनवैलिड टैग "type " विशेषता मान की पहचानें करे ?
A. radiobox B. checkbox
C. submit D. text
Solution
A. radiobox
Explanation
<p>There is no HTML input tag with the attribute "type" set to "radiobox." </p><p>The correct attribute value for radio buttons is "radio," not "radiobox."</p><p>So, the correct answer is: <span style="font-size: 1rem; letter-spacing: 0.01rem;">radiobox (Invalid)</span></p><p>The corrected version would be: <span style="font-size: 1rem; letter-spacing: 0.01rem;">radio (Valid)</span></p>