scrimba
CSS - It's all in the presentation!
Review: HTML vs. CSS
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Review: HTML vs. CSS
AboutCommentsNotes
Review: HTML vs. CSS
Expand for more info
review.md
run
preview
console
Type your answer underneath each question. 😉 Make sure you save your answers!
Resume the video when you are done.

1️⃣ HTML is used to create the _____________ of a webpage. CSS represents the _____________ of a webpage.


2️⃣ HTML displays ________ is on the webpage, and CSS displays ________ the content appears on the webpage.


3️⃣ Explain how cascading is applied when children elements are nested inside a parent element.


4️⃣ True or False: Children elements can never have their own style because they will only inherit the styles of the parent element.
Console
/index.html
-1:54