CBSE Class 10 Computer Applications
Question 10 of 48
HTML III — Audio, Video and Forms — Question 8
Back to all questions 8
Question Question 1(h)
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.
YES
<input type="checkbox" value="yes"><br>
NO
<input type="checkbox" value="no">The output of this code fragment in browser is shown below: