<input name="txtId" type="text" size="20" />
or
<input name="txtId" type="text" style="width:150px;"/>
Which one is optimal Cross-browser friendly code?
Of course, it depends on requirement but curious to know how people around decide which on what basis. (afraid I expressed my question clearly)