how can the textbox width be reduced?

html, inputbox, maxlength

Solution

<input type="text" style="width:50px;"/>

Problem

Can I reduce the textbox width without using classes? ``` <input type="text" maxlength="5" style="3px"/> ```

Original source