NEW
Font size
WorksheetsPractice
Total questions: 22
Worksheet time: 11mins
Which property is used to change the text color of an element?
A. Font size
B. Color
C. Background color
D. Text align
True / False: Inline CSS can be added using the style attribute directly in an HTML element.
What does CSS stand for?
A. Computer Style Sheets
B. Creative Style System
C. Computer systems servicing
D. Colorful Style Sheet
How do you select an element with id "header"?
.header
#header
Header
*header
Which property controls the spacing between lines of text?
line-height
letter-spacing
text-indent
word-spacing
True/False: The <link> tag is used to link an external CSS file to an HTML document.
CSS cannot be applied to HTML tables.
True
False
Which CSS property is used to make text bold?
font-style: bold;
font-weight: bold;
text-decoration: bold;
font-size: bold;
How do you make a list not display bullet points?
list-style: none;
bullet: none;
list: no;
marker: hide;
Which property is used to change the background color?
Background color
background-color
color
bgcolor
How do you select all <p> elements inside a <div>?
div p
div + p
div > p
div.p
True/False: float: left; will position an element to the right of its container.
True
False
Which property is used to set the space between letters?
letter-spacing
word-spacing
line-height
text-indent
Which is used to add a shadow to text?
Text & shadow
Text & shadow & box
Shadow & box & alignment
Font & text & italic & bold
True/False: display: none; hides an element but still takes up space.
True/False: Pseudo-classes like :hover and :focus can be used to style elements when a user interacts with them.
True
False
True/False: Cloud computing allows users to access and store data and applications over the internet instead of on a local computer or server."
True
False
