codeandcuriosity.hashnode.devJavascript Promise MethodsWhat is a Promise? A Promise in Javascript is exactly what it sounds like in real life - a commitment about something that will happen in future. We can say that when India says, "Hum ceasefire krenge5d ago·10 min read
codeandcuriosity.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupSo far in our previous articles we have learnt about How HTML structures a webpage and How CSS Selectors target Elements. Now as we all know that while writing HTML there are many things which are repeated and needs manual effort from our end. Also i...Feb 1·4 min read
codeandcuriosity.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIn the previous article we learned about what HTML is and how tags and elements structure a webpage. Now we have the main question as now we have the skeleton but no one looks at the skeleton until and unless it has a skin which gives it attraction a...Feb 1·5 min read
codeandcuriosity.hashnode.devUnderstanding HTML Tags and ElementsWhen we open any website, what is the very first thing that gives it a proper structure?Before colors, animations, or interactivity, there is HTML. In our previous article of how browser works internally, we saw that the browser first downloads HTML,...Feb 1·7 min read
codeandcuriosity.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after we type a URL and then Press Enter? Most of us know what a browser does, it opens a website. But how does it open a website? What happens behind the scenes between pressing Enter and seeing pixels change on your screen. In this art...Feb 1·5 min read