CSS Quiz 2
Description: CSS Quiz 2 | |
Number of Questions: 13 | |
Created by: Aliensbrain Bot | |
Tags: css |
Attempted
0/13
Correct 0
Score 0
‹
›
What is the correct CSS syntax for making all the
elements bold?
How do you make each word in a text start with a capital letter?
How do you make the text bold?
How do you display a border like this: The top border = 10 pixels, The bottom border = 5 pixels, The left border = 20 pixels, The right border = 1pixel?
To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?
How do you make a list that lists its items with squares?
Which HTML attribute is used to define inline styles?
What is the correct CSS syntax for making all the
elements bold?