webdevcohort2026.hashnode.devGit for Beginners: Basics and Essential Commands What is Git Git is a Version Control System that helps to track your changes you make in your project. Git is used to keep the track of changes in your repository so that you can find in which version1h ago·7 min read
webdevcohort2026.hashnode.devGit for Beginners: Basics and Essential CommandsWhat is Git Git is a Version Control System that helps to track your changes you make in your project. Git is used to keep the track of changes in your repository so that you can find in which version1h ago·7 min read
thewebdevsite.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is (in very simple terms) Emmet is a tool (usually built into code editors) that helps you write HTML and CSS much faster by expanding short abbreviations into full code. Very Simple Explanation Instead of typing lots of HTML tags by hand...Feb 1·3 min read
thewebdevsite.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed CSS selectors are needed because they tell the browser which HTML elements a set of CSS rules should apply to. Without selectors, the browser wouldn’t know where in your HTML to use your style rules. Element selector An e...Feb 1·2 min read
thewebdevsite.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML is and why we use it HTML (Hyper Text Markup Language) is a markup language used to render Hyper Text on screen. It is the skeleton of website. HTML is used to form structure of how website should be, what content we want to deliver to user...Feb 1·2 min read