Chapter 8. CSS Basics
CSS is used for adding styles to HTML elements.
In this chapter, you'll learn the basics of CSS, including syntax, various CSS selectors, inheritance, specificity, and reset CSS.
You can also learn about browser developer tools, which are essential for web coding.
The following lessons are covered in this chapter.
Lessons in this chapter
- What Is CSS?
- CSS Syntax
- Where To Type CSS?
- CSS Basic Selectors
- Descendant Selector
- Inheritance
- Specificity
- Reset CSS
- Browser Developer Tools for CSS
- Comments in CSS Document