KnowledgeBoat Logo

Computer Applications

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">

HTML Advanced Features

1 Like

Answer

The output of this code fragment in browser is shown below:

HTML form textbox example. HTML Audio, Video & Forms, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

1 Like


Related Questions