© 2026 Hashnode
In web development there are three foundational technologies for Frontend. They are : HTML CSS JavaScript Where HTML is used for preparing skeleton of Web Page, CSS is used to make it looking good and JS is used for functionality. But have you e...

When a browser loads a webpage, it doesn’t just see colors and layout — it sees a structured tree of elements called the DOM (Document Object Model).CSS selectors are the language we use to point at specific parts of that tree and style them intentio...

When you write CSS, the first question is always: “Which HTML element do I want to style?” CSS selectors are the answer to that question. Without selectors, CSS wouldn’t know where to apply styles.Selectors are the foundation of CSS, and once you und...

We have spent some time learning how to build the structure of our websites using HTML. We know how to create headings, paragraphs, and lists. We even know how to write them quickly(Emmet). But right now, everything looks plain. It is just black text...
