@RichaChauhan
Nothing here yet.
Nothing here yet.
Jan 29 · 4 min read · CSS Selectors: How CSS Chooses What to Style When we write CSS, we are not styling the entire webpage at once. Instead, we choose specific elements and apply styles to them. This is where CSS selectors come into play. CSS selectors are used to tell t...
Join discussionJan 29 · 4 min read · What HTML is and why we use it? HTML, or HyperText Markup Language, is the standard language used to define the structure of a website. It uses elements and tags such as headings, paragraphs, images, links, and buttons to organize content on a webpag...
Join discussionJan 29 · 3 min read · What is Emmet? Think of Emmet as autocorrect on steroids for coders. It is a plugin (and often a built-in feature) for code editors that allows you to type short, simple abbreviations which then expand into full, valid HTML code. It turns a few keyst...
Join discussionJan 29 · 9 min read · What exactly happens when we open a URL? The basic thing that we see everyday on opening a URL is that whatever the UI is present on that web opens up and we are able to see the content that was meant for the GUI. But what actually happens when we op...
Join discussion