<!DOCTYPE html> <html> <head> <title>Sayfa başlığı</title> </head> <body></body> </html><div id="kutu" style="background-color:#ffcc44"> Kutu</div> <button onclick="document.getElementById('kutu').style.backgroundColor = 'blue';"> Renk Değiştir </button>