Day 3 of Coding: HTML, JavaScript, and DOM

💻 Day 3 of Coding Today I focused on both building and learning: • Created a simple Wikipedia clone using HTML (structure done, styling pending) • Built a basic registration form using HTML (will improve it with CSS soon) Learned key JavaScript concepts: • Window Object & DOM (Document Object Model) • DOM structure (tree-like hierarchy) • DOM manipulation using: getElementById() getElementsByClassName() getElementsByTagName() querySelector() & querySelectorAll() Also explored: • innerText vs innerHTML vs textContent Solved problems like: • Updating text inside elements using JavaScript • Selecting multiple elements and modifying them dynamically Challenges I faced: After deploying my Wikipedia clone on GitHub, it showed a “dangerous page” warning. Took time to understand and troubleshoot it. What I learned: DOM is the core of JavaScript in web development Building + debugging = real learning Small progress daily matters Improving step by step 🚀 #JavaScript #WebDevelopment #100DaysOfCode #Learning

To view or add a comment, sign in

Explore content categories