learnwithpv.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhen we start learning JavaScript, one of the first things we encounter is variables and data types. These are the building blocks of any program. 📦 Think of a Variable Like a Box Imagine you have a 2d ago·6 min read
learnwithpv.hashnode.devEmmet: A Simple and Powerful Shortcut Tool for Writing HTML FasterIntroduction: Writing HTML the Slow Way If you are new to HTML, you may already feel this problem: To create even a small webpage, you have to type many lines like this: <div> <p>Hello</p> </div> You must write opening tags, closing tags, proper n...Jan 31·6 min read
learnwithpv.hashnode.devCSS Selectors 101: Select, Style, RepeatWhen a webpage is created using HTML, it only contains structure and content. The text appears plain, colors are missing, and the layout looks very simple. This is where CSS comes in. CSS stands for Cascading Style Sheets. CSS is used to style and de...Jan 29·6 min read
learnwithpv.hashnode.devHTML Fundamentals: Building the Skeleton of a WebpageWhen you open a website, you see text, images, buttons, and headings neatly arranged on the screen. But behind all of that, there is a basic structure that tells the browser what content exists and how it is organized. That structure is created using...Jan 29·5 min read
learnwithpv.hashnode.devInside the Browser: The Hidden Journey from URL to ScreenWhat Happens After I Type a URL and Press Enter? Most people say, “A browser opens websites.” That is true, but it is only the surface.A browser is actually a complex application made of many small components that work together to turn code into some...Jan 25·6 min read