WorksheetsUsing CSS
Total questions: 8
Worksheet time: 5mins
What is the most common way to embed CSS styles into your HTML code?
Internal Stylesheet
External Stylesheet
Inline Styles
Harry Styles
Which image below is following the correct structure for CSS styling?
Select the property values that are accepted under the property: color
#red
rgb(100, 100, 100)
.500
blue
What CSS property can make the following transformation in the image below:
background-color: gray
tranparency: 12
opacity: 0.5
opacity: 1
What property changes the alignment of text (like the one in the image):
text-position
text-align
position
align-text
Which of the following is the correct way to link an external stylesheet into an HTML file?
What CSS property transforms the border of this element?
boudary(solid, black, 2px)
border(2px, dashed, blue)
boundary(2px, solid, black)
border(2px, solid, black)
What does CSS stand for?
Controlled Style Sheet
Cascading Style Sheet
Coding Style Simplicity
Center Style Savvy
