Advertisements
Advertisements
Question
Consider the following code fragment and determine how this code fragment would create a form element, i.e., draw how its output would appear in the browser.
<input type="text" size="3" maxlength="3">
<input type="text" size="2" maxlength="2">
<input type="text" size="4" maxlength="4">Very Short Answer
Advertisements
Solution
The output of this code fragment in the browser is shown below:

shaalaa.com
Is there an error in this question or solution?
