Selectors Category
Positioning
HTML/CSS Category
Elements
Properties
100
What is the symbol for an id?
#
100
What is the float property do?
Controls the horizontal position of an element
100
What does HTML stand for?
Hypertext Markup Language
100
What is the correct html element for the largest heading?
h1
100
What property controls the background color?
background-color
200
What is the symbol for a class?
.
200
What is the difference between an inline and a block element?
A block element takes up the whole width and has a new line before and after. An inline element only takes up the space required for the content.
200
What does CSS stand for?
Cascading Stylesheets
200
How do you make something bold in the html?
200
What property includes the text color?
color
300
How would you select a paragraph element with class "methodology" inside a div with id "mygraphic"
#mygraphic .methodology p
300
What is the z-index?
Controls the stack order of an element. An element with a greater stack order is always in front of an element with a lower stack order.
300
How do you do an HTML comment?
300
How do you make something italics in the HTML?
300
What property makes something bold?
font-weight
400
How do you group selectors?
With a space
400
What is the CSS box model?
A box that wraps around every HTML elements that includes spacing properties.
400
How do you do a CSS comment?
/* This is a CSS comment */
400
What is the correct HTML for a line break?
400
What property controls the font?
font-family
500
What is the difference between a class and an id?
IDs are unique. Classes can be applied to multiple elements.
500
What does the CSS box model include?
Content, padding, border, margin
500
What are the three ways to include CSS in your webpage?
Inline, including styles in the of your doc, linking to an external stylesheet
500
What is the correct HTML for a hyperlink?
click here
500
How do you display links without an underline?
text-decoration: none
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
HTML and CSS Quiz!
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs