Newer
Older
2024-yudai / dom1.1.js
function red() {
    document.getElementById("check").style.backgroundColor = "white";
}

function red1() {
    document.getElementById("check1").style.backgroundColor = "white";
}