Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Game Preview
Recitation (Basic CSS selector)
Game Code: 3597406
English
12
Public
REview
Play
Study
Slideshow
Share
nannel
11
Share Recitation (Basic CSS selector)
Class PIN
Use Class PIN to share Baamboozle+ games with your students.
Upgrade
Google Classroom
Facebook
Twitter
Save to Folder
What CSS selector is used to select an element by its id?
#
5
How do you select all elements with the class name "highlight"?
.highlight { }
5
The universal selector in CSS is written as:
*
5
True or False. The selector h1, h2, h3 { } applies the same style to all three headings.
True
5
Identify whether the CSS in each example is INLINE, INTERNAL, or EXTERNAL.. <p style="color: blue; font-size: 18px;">This is a paragraph.</p>
Inline
5
Identify whether the CSS in each example is INLINE, INTERNAL, or EXTERNAL. <link rel="stylesheet" href="style.css">
External
5
Debug the incorrect CSS Syntax. #title { font-size= 20px; }
#title { font-size: 20px; }
5
Debug the incorrect CSS Syntax: h1 h2 p color: green; { }
h1, h2, p { color: green; }
5
Create a code base on this output: A paragraph with a yellow background and 16px font size.
p { background-color:yellow; font-size:16px }
5
Create a code base on this output. A h1 that is centered and has blue text color.
h1 { text-align: center; color: blue; }
5
Create a code that will select all elements with the class name 'button' and has a red text color.
.button{ color:red; }
5
Set the text color to red for the paragraph with the id 'para1'.
#para1 { text-color: red; }
5
Play for Free
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
Baamboozle+
More
How to Play
Make some teams
Take turns choosing questions
Say the answer then hit the
Check
button
Click
Okay
if the team is correct or
Oops
if not
Teams
Sign in to choose
1
2
3
4
5
6
7
8
Grid Size
Sign in to choose
8
16
Quiz
Sign in to choose
Classic
Questions and Power-Ups
Classic Jr
Sign in to choose
×
Sign up for a trial to unlock features.
Get Started
Your experience on this site will be improved by allowing cookies.
Allow cookies