dnano.hashnode.devJavaScript Operators ExplainedIn this article, we are going to explore and cover up all the operator used in javascript. Operator Operators are one of the core building blocks of JavaScript. They allow developers to perform calcul6h ago·7 min read
dnano.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionImagine you're in a crowded room and need to give an instruction, calling "John Smith" directly is more effective than shouting "Hey, human!" or "Everyone wearing a blue shirt." In web design, CSS Selectors target specific parts of your HTML, ensurin...Jan 30·4 min read
dnano.hashnode.devUnderstanding HTML Tags and ElementsHTML is like the skeleton of a webpage, providing the basic structure that organizes text, images, and videos, preventing the page from being a messy pile of raw text. 1. What HTML is and why we use it HTML, which stands for HyperText Markup Language...Jan 30·4 min read
dnano.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupRaise your hand if you like typing HTML angle brackets. Handling opening tags <...>, closing tags </...>, and quotes around attributes can be boring and easy to mess up. If you're new to HTML, you might feel like syntax takes more time than building....Jan 28·5 min read
dnano.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after I type a URL and press Enter? When we type google.com. Browser shows us the google homepage. It happens almost instantly, right? We know the browser sends an HTTP request to the server. And web server sends response back to the bro...Jan 27·4 min read