CSS Quiz Results
Score: 15 of 25
60% Correct:
Question 1:
What does CSS stand for?
Question 2:
What is the correct HTML for referring to an external style sheet?
Question 3:
Where in an HTML document is the correct place to refer to an external style sheet?
Question 4:
Which HTML tag is used to define an internal style sheet?
Question 5:
Which HTML attribute is used to define inline styles?
Question 6:
Which is the correct CSS syntax?
Question 7:
How do you insert a comment in a CSS file?
Question 8:
Which property is used to change the background color?
Question 9:
How do you add a background color for all <h1> elements?
Question 10:
Which CSS property is used to change the text color of an element?
Question 11:
Which CSS property controls the text size?
Question 12:
What is the correct CSS syntax for making all the <p> elements bold?
Question 13:
How do you display hyperlinks without an underline?
Question 14:
How do you make each word in a text start with a capital letter?
Question 15:
Which property is used to change the font of an element?
Question 16:
How do you make the text bold?
Question 17:
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?
Question 18:
Which property is used to change the left margin of an element?
Question 19:
When using the padding property; are you allowed to use negative values?
Question 20:
How do you make a list that lists its items with squares?
Question 21:
How do you select an element with id 'demo'?
Question 22:
How do you select elements with class name 'test'?
Question 23:
How do you select all p elements inside a div element?
Question 24:
How do you group selectors?
Question 25:
What is the default value of the position property?