Comment changer la couleur du bouton dans HTML
<!DOCTYPE html>
<html>
<body>
<button style="background-color:red; border-color:blue; color:white">Button
Text</button>
</body>
</html>
Grieving Gannet