chaaitanyaa-coding-blogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS selectors are the instructions via which we can style that perticular element. Instead of manually coloring every single paragraph one by one, a single CSS selector lets you style all elements of a certain type at once, which saves a lot of time ...Feb 7·2 min read
chaaitanyaa-coding-blogs.hashnode.devGetting Started with cURLcURL means Client URL a command-line tool used by developers to transfer data to or from a server, acting like a browser without a visual interface.When developers build applications that need to talk to APIs they use cURL to quickly check if service...Feb 6·2 min read
chaaitanyaa-coding-blogs.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsA browser is a software application that uses access to retrieve and display information from world wide web (WWW). When we type URL in the browser browser first sent it for cache to find if there is a website which is already cached or not. If it is...Feb 5·2 min read
chaaitanyaa-coding-blogs.hashnode.devUnderstanding HTML Tags and ElementsHTML is Hyper Text Markup Language which is also called a skelleton of any webpage. HTML is base of any webpage where a developer can create main content of that webpage.In order to create any HTML page we can not simply just write it down just becau...Feb 4·2 min read
chaaitanyaa-coding-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet is simple free to use toolkit where we can type some words or shortcuts to create code blocks which helps programmers make work faster.For beginners it is really useful because we dont need to type full code block or write full paragraphs for t...Feb 4·2 min read