Answers for "use css to change button text"

CSS
1

css change the button text value

document.getElementById("myButton").innerHTML="new button text";
Posted by: Guest on July-11-2020
0

change button text css

#search {
    width: 20em;  height: 2em;
}
Posted by: Guest on May-15-2020

Code answers related to "use css to change button text"

Browse Popular Code Answers by Language