piyushtiwari88.hashnode.devArray Methods You Must KnowWhen you start learning JavaScript, arrays become very important.But arrays are really useful only when you understand their methods. In this blog, we will learn some of the most commonly used JavaScr15h ago·4 min read
piyushtiwari888.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS Selectors Are Needed? CSS is used to style HTML, but before styling anything, CSS must know: Which element should be styled? That’s where CSS selectors come in. CSS selectors are like addresses.They help CSS find and target specific HTML elem...Jan 27·3 min read
piyushtiwari888.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML Is and Why We Use It HTML stands for HyperText Markup Language. HTML is used to: Create the structure of a webpage Tell the browser what content exists Organize text, images, links, buttons, etc. In simple words: HTML is the skeleton o...Jan 27·3 min read
piyushtiwari888.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML Without Emmet Feels Slow If you are a beginner, you probably write HTML like this: <div> <h1></h1> <p></p> </div> Typing every opening tag, closing tag, indentation —it works, but it feels slow and repetitive. Now imagine doing this...Jan 27·3 min read
piyushtiwari888.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser actually is ? Most people say: “Browser website kholta hai.” But technically, a browser is a software system that: Talks to servers Downloads HTML, CSS, and JavaScript Understands these files Converts them into a visual page Displ...Jan 26·4 min read