+ 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/roll_no b/LIT2025006/roll_no
new file mode 100644
index 0000000..ae0d624
--- /dev/null
+++ b/LIT2025006/roll_no
@@ -0,0 +1 @@
+LIT2025006
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