CBSE Class 10 Computer Applications
Question 3 of 48
HTML III — Audio, Video and Forms — Question 1
Back to all questions 1
Question Question 1(a)
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.
<input type="text" size="3" maxlength="3">
<input type="text" size="2" maxlength="2">
<input type="text" size="4" maxlength="4">The output of this code fragment in browser is shown below: