How can I change the font size of text inside the textbox in html.
For a element:
input { font-size: 18px; }
or for a :
textarea { font-size: 18px; }
select { font-size: 18px; }
you get the drift.