maiamansingh.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionHow to Pick What You Style: CSS Selectors Why Do We Need CSS Selectors? Imagine you are in a crowded room and you want to talk to just one friend. You have to say their name to get their attention. CSS works the same way. If you want to turn a specif...Jan 30·3 min read
maiamansingh.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet: The Secret Trick to Write HTML Fast What is Emmet? Imagine you are texting a friend. Instead of typing "Talk to you later," you might just type "TTYL." Emmet is exactly like that, but for coding. It is a plugin that comes pre-installed in many...Jan 30·3 min read
maiamansingh.hashnode.devUnderstanding HTML Tags and ElementsMy First Steps in Web Development: Understanding HTML What is HTML and Why Do We Use It? HTML stands for HyperText Markup Language. You can think of it as the skeleton of a website. Just like bones give your body a shape, HTML gives a webpage its str...Jan 30·3 min read
maiamansingh.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHow Your Browser Turns a Link into a Website Have you ever wondered what actually happens after you type a website name and press Enter? In a split second, your browser does a massive amount of work. It is not just an app that opens pages; it is like...Jan 30·4 min read
maiamansingh.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationTCP: The Internet’s Secret for Reliable Talking Imagine you are trying to send a 100-page book to a friend through the mail, but you can only send one page per envelope. If you just drop them in the mailbox without any rules, some pages might get los...Jan 30·3 min read