From d4bc5333e0dab9040f161e8c975e587aa78a1258 Mon Sep 17 00:00:00 2001 From: Kaustubh Desale Date: Sat, 15 Nov 2025 19:49:51 +0530 Subject: [PATCH] changes added --- LCI2025042/ass.html | 25 +++++++++++++++++++++++++ LCI2025042/ass.js | 4 ++++ 2 files changed, 29 insertions(+) create mode 100644 LCI2025042/ass.html create mode 100644 LCI2025042/ass.js diff --git a/LCI2025042/ass.html b/LCI2025042/ass.html new file mode 100644 index 0000000..464c5a9 --- /dev/null +++ b/LCI2025042/ass.html @@ -0,0 +1,25 @@ + + + + + + Document + + + + + + +

My First Website With Javascript

+

WEB DEVELOPMENT INTRODUCTION

+

Web development encompasses the creation, building, and maintenance of websites and web applications accessible over the internet. It involves a range of tasks, from designing the visual layout and user experience (front-end development) to building the server-side logic and database interactions (back-end development). +Front-end development focuses on the "client-si

+
+

WEB 3 INTRODUCTION

+

Web3 is the next generation of the internet, a vision for a decentralized, user-centric web built on principles of openness and blockchain technology. Instead of data being controlled by large companies, Web3 aims to give users more ownership of their data and digital assets, enabled by decentralized networks and artificial intelligence that create more personalized and secure experiences. This shift represents a move from a "renting" model of the internet to one where users have greater control and ownership

+

something

+
+ + + + diff --git a/LCI2025042/ass.js b/LCI2025042/ass.js new file mode 100644 index 0000000..4974950 --- /dev/null +++ b/LCI2025042/ass.js @@ -0,0 +1,4 @@ +function changecolour(){ + let element = document.getElementById("12"); + element.style.backgroundColor = "skyblue"; +} \ No newline at end of file