Answers for "html change input submit text"

23

html submit button text

<input type="submit" value="Submit">
Posted by: Guest on November-28-2019
0

how to increase size of input submit type in html

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

Browse Popular Code Answers by Language