gaya inline untuk mengubah warna latar belakang js
// Change the background color to red
document.body.style.backgroundColor = "red";
Inquisitive Iguana
// Change the background color to red
document.body.style.backgroundColor = "red";