如何减少文本框的宽度?

svk*_*svk 19 html maxlength inputbox

我可以在不使用类的情况下减少文本框宽度吗?

<input type="text" maxlength="5" style="3px"/>
Run Code Online (Sandbox Code Playgroud)

Far*_*ruz 40

<input type="text" style="width:50px;"/>
Run Code Online (Sandbox Code Playgroud)