Shortcut Navigation:

CSS Quiz

What does CSS stand for?

Where in an HTML document is the correct place to refer 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?

Which is the correct CSS syntax?

How do you insert a comment in a CSS file?

Which property is used to change the background color?

How do you add a background color for all "

" elements?

How do you change the text color of an element?

Which CSS property controls the text size?

What is the correct CSS syntax for making all the elements bold?

How do you display hyperlinks without an underline?

How do you make each word in a text start with a capital letter?

How do you change the font of an element?

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?

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?

How do you make each word in a text start with a capital letter?

How do you change the left margin of an element?