SyntaxFix
Write A Post
Hire A Developer
Questions
To change the font size of the <input /> tag in HTML, use this:
<input />
<input style="font-size:20px" type="text" value="" />
It will create a text input box and the text inside the text box will be 20 pixels.