SIMPLE SELECTORS IN CSS
CSS INTRODUCTION Before talking about the post "Simple Selectors in CSS" let's give the definition of CSS. CSS stands for Cascading Style Sheets, with CSS we describe how we want the elements of our HTML pages to appear, we customize for example fonts, colors, backgrounds etc. Created by the World Wide Web Consortium (W3C) as a "complementary" to HTML. THE RULE OF CSS For each selector we have a key-value pair called a declaration. We will talk about selectors in detail later. HOW TO ADD CSS TO OUR HTML PAGES There are three ways to insert [...]