Answers for "how to increase the size of text field in html"

1

how to increase width of textbox in html

<input style="width:80%">
Posted by: Guest on November-08-2021
1

change font size of input text html

<style>
#my_input{
	font-size:15px;  
}
</style>

<input id='my_input'>
Posted by: Guest on May-24-2021

Code answers related to "how to increase the size of text field in html"

Browse Popular Code Answers by Language