scrimba
CSS - It's all in the presentation!
Review: Implementing 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: Implementing CSS
AboutCommentsNotes
Review: Implementing 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️⃣ What are the three ways to implement CSS on a webpage?


2️⃣ When saving your CSS file, how do you specify the extension name? (for example - an image may have an extension of .jpg, .png, .gif)


3️⃣ Why is it a good idea to use CSS?


4️⃣ What is the proper format of a CSS style rule in an external CSS file?


5️⃣ When is it necessary to include a semicolon to separate style rules for a selector?
Console
index.html
-3:09