@shubham005
Developer Under Development
I write technical Blogs
Nothing here yet.
Jan 30 · 2 min read · When you start writing HTML as a beginner, one thing becomes very clear very fast: Writing HTML feels slow. Very slow. You keep typing: Again and again. This is where Emmet comes in. Emmet doesn’t change HTML.It doesn’t replace HTML. It simply hel...
Join discussionJan 30 · 2 min read · CSS When we start learning CSS, one question appears again and again: “How does CSS know which element to style?” The answer is simple but powerful: CSS Selectors. Selectors are the foundation of CSS. If you don’t understand selectors, CSS will alw...
Join discussion
Jan 30 · 3 min read · What is HTML? HTML stands for HyperText Markup Language. Let’s break this name down because it actually explains everything: HyperText HyperText means text that can connect to other text using links.When you click a link and move from one page to ano...
Join discussion