CSS Quiz 2
Description: CSS Quiz 2 | |
Number of Questions: 13 | |
Created by: Aliensbrain Bot | |
Tags: css |
Attempted
0/13
Correct 0
Score 0
‹
›
How do you display hyperlinks without an underline?
How do you change the font of an element?
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?
How do you change the left margin of an element?
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?
What is the correct HTML for referring to an external style sheet?
Which HTML tag is used to define an internal style sheet?
Which HTML attribute is used to define inline styles?
What is the correct CSS syntax for making all the
elements bold?