From 1013a36d964bc533e707b5c5b65f3d0685924696 Mon Sep 17 00:00:00 2001 From: Khushi Patil Date: Sat, 15 Nov 2025 19:39:27 +0530 Subject: [PATCH 1/2] Create roll_no --- LIT2025006/roll_no | 1 + 1 file changed, 1 insertion(+) create mode 100644 LIT2025006/roll_no diff --git a/LIT2025006/roll_no b/LIT2025006/roll_no new file mode 100644 index 0000000..ae0d624 --- /dev/null +++ b/LIT2025006/roll_no @@ -0,0 +1 @@ +LIT2025006 From bf9f2726ab64a36012c3a02406f4dffa129078ee Mon Sep 17 00:00:00 2001 From: Khushi Patil Date: Sat, 15 Nov 2025 19:40:06 +0530 Subject: [PATCH 2/2] Add files via upload --- LIT2025006/index.html | 21 +++++++++++++++++++++ LIT2025006/script.js | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 LIT2025006/index.html create mode 100644 LIT2025006/script.js diff --git a/LIT2025006/index.html b/LIT2025006/index.html new file mode 100644 index 0000000..e2f1644 --- /dev/null +++ b/LIT2025006/index.html @@ -0,0 +1,21 @@ + + + + + + Document + + + +

Heading

+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur molestiae, dolores dolor laudantium animi quasi ipsa? Veritatis similique porro, voluptatem facere reiciendis ipsum officiis aspernatur at quam? Dicta, itaque impedit? +

+

Heading2

+
+

something

+
+ + + + \ No newline at end of file diff --git a/LIT2025006/script.js b/LIT2025006/script.js new file mode 100644 index 0000000..328f2e6 --- /dev/null +++ b/LIT2025006/script.js @@ -0,0 +1,4 @@ +function colorChange(){ + let element = document.getElementById("btn"); + element.style.backgroundColor = "red" +} \ No newline at end of file