codemunch.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat is a Web Browser A web browser is a software used to access information on the Web. Examples of web browser are : Google Chrome, Mozilla Firefox, Apple Safari etc. Below are the some of the functions of the browser: Requesting Content: When you...Jan 29·2 min read
codemunch.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhat is CSS ? CSS (Cascading Style Sheets) is a styling language used to describe the presentation of a document written in HTML. While HTML defines the structure and content of a webpage (like the skeleton), CSS defines the style and appearance (lik...Jan 29·4 min read
codemunch.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML ? HTML (HyperText Markup Language) is markup language used to create and structure content on the web. It tells the web browser how to display text, images, and other media. HTML consists of multiple elements (tags) that wrap around cont...Jan 29·5 min read
codemunch.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet ? Emmet is a toolkit for web developers that substantially speeds up writing of HTML and CSS . It's a plugin/extension available in most modern code editors (VS Code, Sublime Text, Atom, etc.) Emmet is like “code snippets on steroids” f...Jan 29·2 min read
codemunch.hashnode.devUnderstanding Network DevicesWhat is a Network Device ? Network Devices are the physical appliances required for communication between computers on a network. They act as the "plumbing" of the internet, directing data traffic, amplifying signals, and securing connections etc. So...Jan 29·2 min read