@vishesh-dev
justWriteCode
Nothing here yet.
Nothing here yet.
Jan 30 · 6 min read · Have you ever wondered what happens after you enter an URL into your browser and hit enter. There’s actually a lot that happens, on so many levels. That request that you just created by hitting enter means “Hey I’m looking for the website for this do...
Join discussion
Jan 30 · 3 min read · If you’re new to HTML, you’ve probably felt this pain 👇 You want to write a simple layout, but you end up typing the same tags again and again Now imagine doing this dozens of times a day. This is where Emmet comes in. Emmet helps you write HTML muc...
Join discussion
Jan 30 · 5 min read · CSS seems obvious at first, we quickly start adding colors, playing with fonts, spacing, border and what not. But a very important fundamental thing gets missed here. The selectors. If you’re learning CSS, there’s one question you should ask as early...
Join discussion
Jan 30 · 4 min read · When you open a website, you see text, images, buttons, links, and layouts.Behind all of that is HTML — the foundation of every webpage. Think of HTML as the skeleton of a webpage.Just like a skeleton gives structure to the human body, HTML gives str...
Join discussion