From 2101e42c558d3931582d04c10eb26a94cd5a2be9 Mon Sep 17 00:00:00 2001 From: Sahilbhaskarwar82 Date: Sat, 15 Nov 2025 20:17:46 +0530 Subject: [PATCH] Commit msg LCS2025007 --- LCS2025007/index.html | 13 +++++++++++++ LCS2025007/script.js | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 LCS2025007/index.html create mode 100644 LCS2025007/script.js 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