vivek-blogs.hashnode.devControl Flow in JavaScript : If, Else, and SwitchControl Flow : What is control flow in real life ? Let's understand with the Student Life example : When Student passed out class 10th , Student have some stream to select for class 11th , here some s3d ago·6 min read
vivek-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhy writing HTML feels slow at the beginning When beginners start writing HTML, everything feels repetitive. We type opening tags, closing tags, indentation and structure again and again. Writing a simple layout takes time, and mistakes like missing ...Jan 30·3 min read
vivek-blogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed CSS is used to style HTML elements. But before applying any style, CSS needs to know which element to style. This is where selectors come into play. Selectors are used to choose HTML elements so that styles can be applied...Jan 30·3 min read
vivek-blogs.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML and why do we use it? HTML stands for HyperText Markup Language. HTML is used to create the structure of a webpage. When a browser loads a website, the first thing it understands is HTML. HTML tells the browser what content exists on the...Jan 30·3 min read
vivek-blogs.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after I type a URL and press Enter? When we type a website URL in the browser and press Enter, a lot of things happen behind the scenes. The browser does much more than just opening a webpage. It works like a system where many small part...Jan 30·4 min read