Whether I can reduce the textbox width without using classes?
<input type="text" maxlength="5" style="3px"/>
Whether I can reduce the textbox width without using classes?
<input type="text" maxlength="5" style="3px"/>
rows and cols are required attributes, so you should have them whether you really need them or not. They set the number of rows and number of columns respectively.