upendharblog.hashnode.devWhat is ARIA and Why Should You Care? A Beginner鈥檚 Guide.Hey there! 馃憢 If you鈥檝e been diving into web development, you鈥檝e probably heard the term ARIA thrown around, especially when talking about accessibility. But what exactly is ARIA, and why is it so important? Let鈥檚 break it down in simple terms and ex...Feb 24, 2025路4 min read
upendharblog.hashnode.devCSS Positioning: The Art of Arranging Elements on the UI Like a ProPositioning elements on a webpage is one of the most fundamental yet powerful aspects of CSS. Whether you鈥檙e designing a sticky navbar, a floating action button, or an interactive popup, understanding the position property is key to creating structur...Feb 3, 2025路5 min read
upendharblog.hashnode.devCSS Styling Wars: How to Keep Your Styles Under ControlStruggling to figure out why a CSS rule isn鈥檛 working or why a style keeps getting overridden can feel like a battlefield. Welcome to the world of CSS Styling Wars鈥攁 game of priority and specificity that can confuse even the most seasoned developers....Jan 27, 2025路5 min read
upendharblog.hashnode.devBox model : The Foundation of Web Layouts and Styling.The CSS Box Model is a fundamental concept in web development that governs how elements are sized and displayed on a web page. Every HTML element on a webpage is considered as a rectangular box, and the box model defines the structure and behavior of...Jan 19, 2025路4 min read
upendharblog.hashnode.devWhy HTML forms the Skeleton of Web : A Structural AnalysisIn web development, HTML (Hyper Text Markup Language) is the foundation upon which every web page is built. It defines the structure and layout of content on the web, earning its title as the skeleton of web pages. This blog explores the pivotal role...Jan 13, 2025路4 min read