Back

Shubham

Fearless • 1m

🚀Day 06/21 – JavaScript DOM (Document Object Model) Today’s focus was on DOM – the way JavaScript interacts with web pages. 🌐 👉 DOM represents HTML as a tree structure. 👉 With JS, we can select, modify, and create elements dynamically. Example: // Create new element let para = document.createElement("p"); para.innerText = "Learning DOM is fun!"; // Add to body document.body.appendChild(para); // Style it para.style.fontSize = "18px"; para.style.color = "green"; With DOM, static pages turn into interactive experiences ✨ #21JavaScript #JavaScript #WebDevelopment #LearnInPublic #CodingJourney

Reply
9

More like this

Recommendations from Medial

sai akhilesh

Student @Geethanjali... • 1y

🎉 The Wait is Over! 🎉 The perfect DOM tutorial for beginners is finally here! Dive deep into the world of JavaScript and learn all about the DOM in a simple and easy-to-understand way. 📚💻 🚀 Watch Now: Perfect DOM Tutorial for Beginners 👉 Don

See More
Reply
1
5

Shubham

Fearless • 29d

🚀 Day 08/21 – JavaScript Events Sorry for the 1-day gap 🙏, but back on track with my 21-day JavaScript learning journey Today I learned about Events – actions that happen in the browser (clicks, key presses, scrolls, etc.), which we can capture a

See More
Reply
1
10

Shubham

Fearless • 1m

Day 05/21 – JavaScript Functions & Methods Today I explored one of the most powerful concepts in JavaScript: Functions & Methods. 🚀 🔹 Functions are blocks of code designed to perform a specific task. They help in reusability and make code cleaner

See More
Reply
1

Kalaiyarasan

Entrepreneur • 2m

Web 1.0 vs 2.0 vs 3.0 - The Evolution of the Internet 🌐 From reading static pages to owning digital identity, here's how the web grew up. That’s Web 1.0 → Web 2.0 → Web 3.0. Each phase brought new powers, and new problems to solve. Let’s break it

See More
Reply
2

Download the medial app to read full posts, comements and news.