Answers for "setbkcolor button"

0

javascript change color of button

document.getElementById("button").style.background='#000000';
Posted by: Guest on November-13-2020
1

change button color in html

.button_css
{
	background-color: black;
	color: white;
	width: 150px;
	height: 40px;
}
Posted by: Guest on June-19-2021

Browse Popular Code Answers by Language