NEW
Font size
WorksheetsCS Discoveries Code.org Unit 2, Lesson 5-7 Review
Total questions: 15
Worksheet time: 8mins
Approximately how many colors can be created with the utilization of rgb colors?
16
300
3 million
16 million
The collected information about an individual across multiple websites on the Internet.
Digital Footprint
Login
Password
Social Security
What does CSS stand for?
Computer Style Sheet
Creative Style Sheet
Cascading Style Sheet
Colorful Style Sheet
Where does the code the CSS style sheet go?
In the body
In the footer
In the head
In the paragraph
The part of a CSS rule-set that defines which HTML elements the style should be applied to
CSS Selector
HTML Selector
CSS Tag
CSS Select
Which file is the stylesheet?
index.html
style.css
This image is an example of a rule-set.
True
False
Which rule-set is written correctly?
A
B
C
D
Where in the HTML document is the correct location to insert code to link to your external CSS?
In the <head> section
In the <body> section
At the very end of a document
At the very beginning of a document
What's the difference between HTML and CSS?
CSS is a type of HTML
HTML give webpage structure; CSS provides styling.
CSS structures a webpage. HTML stricrlt provides styling.
There is no difference.
Which property value pair has values such as overline, lin-through, and underline?
color: value
text-decoration: value
text-align: value
font-family: value
Which property value pair has values such as Time New Roman and serif?
color: value
text-decoration: value
text-align: value
font-family: value
Which property value pair has values such as left, center, and right?
color: value
text-decoration: value
text-align: value
font-family: value
In CSS, what does px stand for?
pixel
picture
point
photo
Which CSS property controls text size?
text-decoration
text-align
font-size
font-family
