@manojdev-4712
On a journey from Day 1 to one day.
Nothing here yet.
Nothing here yet.
Jan 30 · 2 min read · Why 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 ...
Join discussionJan 30 · 2 min read · Why 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...
Join discussionJan 30 · 2 min read · What 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...
Join discussionJan 30 · 3 min read · What 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...
Join discussion