Chapter 7. Bridging HTML and CSS
Several topics are not separable between the HTML and CSS contexts. In this chapter, you'll learn intersectional topics before you start learning CSS, including.
For the first time, you may have difficulty to understand the concepts fully. You can return to this chapter later to internalize the concepts whenever needed.
The following lessons are covered in this chapter.
Lessons in this chapter
- Block Element vs. Inline Element
- Nesting Elements – Parent Elements and Child Elements
- Div vs. Span
- Global Attribute – Class, ID and Style
- Accordion – <Details> and <Summary>