What does CSS stand for?, Creative Style Sheets, Colorful Style Sheets, Computer Style Sheets, Cascading Style Sheets, Which HTML tag is used to define an internal style sheet?, <css>, <style>, <script>, What is the correct CSS syntax (CSS Rule)?, body { color: black; }, body: color = black;, { body: color = black; }, { body; color: black; }, How do you add a background color for all <h1> elements?, all.h1 { background-color: #FFFFFF; }, h1 { background-color: #FFFFFF; }, h1.all { background-color: #FFFFFF; |, How do you select an element with the id 'demo'?, *demo, .demo, #demo, demo, How do you select elements with the class name 'test'?, .test, *test, #test, test

Introduction to CSS (CodeHS 8.9-8.12)

Leaderboard

Visual style

Options

Switch template

Continue editing: ?