What does CSS stand for?
WEB DESIGN PART 1 QUIZ

Quiz
•
Computers
•
University
•
Medium
Ann Ricafort
Used 3+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Cascading Style Sheets
Creative Style Sheets
Colorful Style Sheets
Computer Style Sheets
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which CSS method is used to apply a unique style to a single HTML element?
Embedded CSS
Inline CSS
Internal CSS
External CSS
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What property defines the text color to be used in CSS?
color
background-color
font-family
font-size
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which attribute of the element is the most important for defining the link's destination?
rel
href
target
hreflang
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the target attribute with value '_blank' do in HTML links?
Opens the document in the full body of the window
Opens the document in the parent frame
Opens the document in a new window or tab
Opens the document in the same window/tab
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you add a background image to an HTML element?
Using the background-color property in CSS
Using the
Using the
Using the background-image property in CSS
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What property is used to define a border around an HTML element?
border-color
border-width
border-style
border