html-web-dev2026.hashnode.devUnderstanding HTMLIntroduction HTML stands for Hyper Text Markup Language. It is the standard markup language for creating web page. It describe the structure of a web page. That's why it is called skeleton of the web 6d ago·2 min read
css-2026.hashnode.devCSS SelectorsWhy CSS selectors are needed CSS stands for Cascading Style Sheets. It is used to style the webpages. It makes you webpage very interactive and beautiful. There are many ways and methods to add css fo6d ago·3 min read
html-web-dev2026.hashnode.devEmmet for HTMLIntroduction Emmet is a web developer tool for writing HTML code. Suppose you want to write a code of html then you will have to write a lot of syntax which will take a lot time. So, you need some shoFeb 27·3 min read
version-control-system-webdev-2026.hashnode.devInside Git: How It Works and the Role of the .git FolderIntroduction to .git folder .git folder is a tracker or we can say it, version control system. So it contains all the data and information about your each commit of your project. For example, it has your current branch information. head pointer, etc....Jan 17·2 min read
version-control-system-webdev-2026.hashnode.devWhy Version Control Exists: The Pendrive ProblemWhy Version Control Exists Version Control System (VCS) is the tracker software which is used for many reasons, it is being mentioned below: tracking It is used to track lines of code which has been changed and when it has been changed. collaboration...Jan 17·3 min read