CBSE Class 10 Computer Applications
Question 5 of 48
HTML III — Audio, Video and Forms — Question 3
Back to all questions 3
Question Question 1(c)
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.
<textarea cols="30" rows="6" name="textarea"> Please enter text </textarea>The output of this code fragment in browser is shown below: