Answers for "how to increase the length of input box in html"

1

html input submit size width

input[type=submit] {
    width: 20em;  height: 2em;
}
Posted by: Guest on September-05-2020
-1

Input size and elements

for(i = 1 ;i <= cash; i++){
    scanf("%d",&array[i]);}
Posted by: Guest on March-11-2022

Code answers related to "how to increase the length of input box in html"

Browse Popular Code Answers by Language