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/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