TATrijit Adhikaryinhtml-and-css-deep-dive.hashnode.dev·Jan 31 · 6 min readJourney to the Center of the Browser 🌐You type "chaicode.com" into your address bar, hit Enter, and boom, a webpage appears. Seems simple enough, right? But have you ever wondered what's actually happening behind those few seconds of loading? Your browser isn't just "opening a website." ...00
TATrijit Adhikaryinhtml-and-css-deep-dive.hashnode.dev·Jan 29 · 3 min readEmmet for Beginners: Shortcuts That Feel Like Magic ⚡Picture this: You're building your first website, carefully typing every single HTML tag. Opening brackets, closing brackets, attributes, nested elements... Your fingers are getting tired, and you've only written 20 lines of code. Boring!! There has ...00
TATrijit Adhikaryinhtml-and-css-deep-dive.hashnode.dev·Jan 27 · 4 min readCSS Selectors: A Guide to Targeting HTML Elements 🎯CSS selectors are the foundation of web styling, this is how you tell the browser exactly which elements to style. Think of selectors as a sophisticated addressing system: just like you need a specific address to send mail to the right person, you ne...00
TATrijit Adhikaryinhtml-and-css-deep-dive.hashnode.dev·Jan 26 · 4 min readUnderstanding HTML Tags and Elements: The Skeleton of Every Webpage 🏗️Imagine building a house without a frame!😐 The walls would collapse, right? And the structure would be chaotic. We need a frame or a Skeleton to build a house, as well as a web page. HTML (HyperText Markup Language) serves as the skeleton of every w...00
TATrijit Adhikaryinnetwork-devices-and-dns.hashnode.dev·Jan 25 · 3 min readcURL for Beginners: Your Gateway to Talking with Servers ⏩Imagine you're building a web application and need to fetch data from another service, test your API, or download files from the command line. This is where cURL becomes your best friend. What Exactly is a Server? Before we dive into cURL, let's unde...00