- Inline style has the highest priority than embedded style.
- External style sheet has the highest priority than embedded style.
- ID selector can select more elements than class selector.
- A descendant selector is used to select only those elements that are the direct children of some element.
- A child selector is used to select all those elements that are the children of some element.
- A CSS comment begins with /*, and ends with */.
- You can write CSS once and then reuse same sheet in multiple HTML pages.
- CSS5 is the latest version of the CSS specification which provides many new styling features.
- What are functions of CSS?
- Why we should learn CSS well?
- Explain ways to use CSS.
- Compare with other ways, what are the benefits of using linking external style sheet?
- What are the rules to override any style sheet.
- What are the main parts of a style.
- Try to specify major selectors in CSS.(at least 5)
- Try to compare with the id selector and class selector.