diff --git a/redyellow.html b/redyellow.html new file mode 100644 index 0000000..3ccaffc --- /dev/null +++ b/redyellow.html @@ -0,0 +1,19 @@ + + +Red and Yellow + + + + +

鎌倉幕府は1192年、

+ + + + diff --git a/redyellow.js b/redyellow.js new file mode 100644 index 0000000..0ba7081 --- /dev/null +++ b/redyellow.js @@ -0,0 +1,8 @@ +function check() { + document.getElementById("box").style.backgroundColor = "white"; + document.getElementById("box").style.Color = "black"; +} +function red() { + document.getElementById("box").style.backgroundColor = "red"; Color = "red"; + +}