manojdev-4712.hashnode.devLearn Promises in JavaScript through Relatives Mafia in IndiaImagine you are an UPSC (any competitive exam) aspirant or trying to get an off-campus job but you need to attend a marriage function and definitely relatives will be there to ask lot of questions and5d ago·7 min read
manojdev-4712.hashnode.devA Beginner's Guide to CSS Selectors for Precise Element TargetingWhy CSS selectors are needed HTML builds the page.CSS styles the page. Selectors are how CSS says:“Hey, I want to style this specific HTML element.” Think of selectors as ways to choose elements from HTML. Imagine a college campus: Element selector ...Jan 30·2 min read
manojdev-4712.hashnode.devDiscover Emmet for HTML: Write Markup Faster for BeginnersWhy Emmet exists? Imagine writing plain HTML without Emmet <div class="card"> <h1>Title</h1> <p>Description</p> </div> You had to: Type every < > Repeat closing tags Carefully nest elements Avoid typos This gets annoying fast when your pag...Jan 30·2 min read
manojdev-4712.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML is and why we use it HTML = skeleton of a webpage. Just like your body needs bones to have structure, a webpage needs HTML to define what exists on the page. HTML tells the browser: This is a heading. This is a paragraph. This is an imag...Jan 30·2 min read
manojdev-4712.hashnode.devBrowser Basics: Learn How Browsers Function InternallyWhat actually happens after we type a URL and press Enter? You don’t open the internet. You trigger a machine (the browser) that coordinates a bunch of internal workers to fetch files, understand them, and draw pixels on your screen. Let’s understand...Jan 30·3 min read