blog.meetabhinav.comUnderstanding Variables and Data Types in JavaScriptWe are now driving into the world of JavaScript and following are the topics mentioned below which are being covered in this particular blog. What variables are and why they are needed? How to decla2h ago·6 min read
blog.meetabhinav.comEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupTopics to cover in this blog. What Emmet is (in very simple terms)? Why Emmet is useful for HTML beginners? How Emmet works inside code editors? Basic Emmet syntax and abbreviations Creating HTML elements using Emmet Adding classes, IDs, and at...Feb 1·2 min read
blog.meetabhinav.comCSS Selectors 101: Targeting Elements with PrecisionTopics that we are going to cover in this blog. Why CSS selectors are needed? Element selector Class selector ID selector Group selectors Descendant selectors Basic selector priority (very high level) Why CSS selectors are needed? While you...Feb 1·3 min read
blog.meetabhinav.comUnderstanding HTML Tags and ElementsTopics that we are going to cover in this blog are mentioned below. What HTML is and why we use it? What an HTML tag is? Opening tag, closing tag, and content? What an HTML element means? Self-closing (void) elements Block-level vs inline eleme...Feb 1·5 min read
blog.meetabhinav.comHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsLet’s checkout the topics that we are going to cover in this blog. What a browser actually is (beyond “it opens websites”) Main parts of a browser (high-level overview) User Interface: address bar, tabs, buttons Browser Engine vs Rendering Engine...Jan 30·4 min read