mehtabblogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhen you start learning HTML, you usually write every tag by hand. This is actually a good thing in the beginning because it helps you remember tags and understand how HTML works. But after some time, it becomes boring. You keep writing the same tags...Jan 30·4 min read
mehtabblogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen you write CSS, you don’ want to give styling to random elements. instead you want to choose specific HTML elements and tell the browsers how they should look. That’s why we need CSS selectors are for. Why CSS Selectors Are Needed HTML creates...Jan 30·3 min read
mehtabblogs.hashnode.devUnderstanding HTML Tags and ElementsHTML is founded by Tim Berners – Lee in late 1980s as a part of WWW while working a company name CERN. Before we were still able to use Internet, there was no major problem, it was just that text-based response was unstructured which was not good for...Jan 30·4 min read
mehtabblogs.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsMost people think after they type a URL and press Enter, the webpage opens but behind the scenes browser have to do so much query/work to show the page. In this blog we will discuss the process. What a browser actually is Most people think browser ar...Jan 30·6 min read
mehtabblogs.hashnode.devEasy Steps for Getting Started with cURLMost people think that servers are the huge computer set up in a large room , but server can also be your server. A normal computer can be a server , but it should perform like a server that’s it . Server is a computer that waits for the request and ...Jan 29·3 min read