CSS Day 3
Today what we learned at CSS-:
- Element Selectors : selects HTML elements based on the element name
 - ID selector : uses the ID attribute of an HTML element to select a specific element
 - Class selector : select HTML element with a specific class attribute
 - Descendant selector : matches all elements that are descendants to a specified element