selectorscss.hashnode.devCSS Selectors 101: Targeting Elements with Precision** Why CSS selectors are needed** CSS selectors are the foundation of styling. CSS selectors are a way of selecting HTML elements that we want to style. 1. Element selector Element selector selects all HTML elements of the same type. “paint all the h...Feb 12·4 min read
emmehtml.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? Emmet is a time-saving tool for web developers that lets you write shortcuts that convert automatically into full blocks of HTML or CSS code. For example, if you have to write boilerplate code, without Emmet you would write it in the f...Feb 12·3 min read
versionc.hashnode.devWhy Version Control Exist : The Pendrive ProblemWhat Is a Version Control System? A version control system (VCS) maintains a history of changes to files—recording who changed what and when, as well as when files are added or deleted—over time. A version control system also allows users to easily c...Feb 12·11 min read
taghtml.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML? HTML is a standardised system for tagging text files that creates the structure for just about every page that we find and use on the web. It’s HTML that adds in page breaks, paragraphs, bold lettering, italics, and more. HTML works to ...Feb 10·9 min read
networkde.hashnode.devUnderstanding network devicesNetwork Devices Network Devices (or networking hardware) are the physical appliances required for communication and interaction between computers on a computer network. They act as the "plumbing" of the internet, directing data traffic, amplifying si...Feb 10·8 min read