© 2026 Hashnode
You type a URL and press Enter. The browser knows you want a page and starts working. It checks if it already knows the website’s address. If not, it asks the internet’s directory (DNS) to find it. Once it has the address, it connects to the serv...

When you write HTML, CSS, and JavaScript, have you ever wondered what actually happens in the browser? Understanding this process helps you write faster, optimized, and bug-free websites. In this post, we’ll break down the journey from code to pixels...

Hyper Text Markup Language 📌 Hyper Text This just means text with links. When you click on a link to go to another pagethat’s hypertext. So HTML lets you connect pages together with <a> tags (links). 📌 Markup Markup means tags that tell the brows...
