请问怎么将按钮的背景色设置为红色
在input标签里使用css样式style="background:red"即可
<input type="button" value="新窗口打开网站" style="background-color:red" onClick="openWindow()" />