How to change font size in a textbox in html -
How do I change the font size of text inside html text box
element
for input & lt; Input type = 'text' & gt; {Font-size: 18px; }
or & lt; Textarea & gt;
:
textarea {font-size: 18px; }
or & lt; Select & gt;
:
select {font-size: 18px; }
You get drift
Comments
Post a Comment