diff --git a/LCS2025007/index.html b/LCS2025007/index.html new file mode 100644 index 0000000..f93f5b6 --- /dev/null +++ b/LCS2025007/index.html @@ -0,0 +1,13 @@ + + + + + + Document + + + +

This is a Paragraph

+ + + \ No newline at end of file diff --git a/LCS2025007/script.js b/LCS2025007/script.js new file mode 100644 index 0000000..9c9718c --- /dev/null +++ b/LCS2025007/script.js @@ -0,0 +1,4 @@ +function changecolour(){ + let element = document.getElementById("button"); + element.style.color = "blue"; +} \ No newline at end of file