@abhay009
abhay
Nothing here yet.
Nothing here yet.
Jan 30 · 3 min read · Think of CSS selectors as how you point to the things you want to style. Without selectors you’d have no way to tell the browser “make that heading blue” or “give these buttons rounded corners.” Here’s a simple, practical guide — one concept at a tim...
Join discussionJan 30 · 3 min read · Why Emmet is useful for HTML beginners When you’re starting out, writing the same tags and nesting over and over feels slow and error-prone. Emmet turns patterns into one-liners (e.g., ul>li*5) so you can practice structure quickly, see immediate res...
Join discussionJan 30 · 2 min read · What an HTML tag A tag is a label the browser uses to mark the start or end of a piece of content and to describe what that piece is. Tags look like <tagname> and tell the browser Opening tag: <p>— marks where the element begins.• Content: text or ot...
Join discussionJan 29 · 5 min read · Imagine you type a URL and hit Enter. What happens next? Your browser’s UI (address bar, tabs, back button) hands the URL to the browser’s internal machinery and shows you a loading indicator. The browser figures out where the site lives (DNS), ope...
Join discussion