Home   |   About us   |   Free CSS Templates   |   Free CSS Layouts  |   CSS Quiz   |   Top Sites   |   Terms of Service   |   Contact
Great Websites
Great Offers
Top Sites
CSS Quiz

We have five simple questions about CSS below, you get one point for every question right, your aim is to find out how much you know about the Cascading Style Sheets language.

Q1). How do you make a comment in CSS?
a. // My comment here
b. /* My comment here */
c. " My comment here "

Q2). How do you make text bold in CSS?
a. text: bold
b. font: bold
c. font-weight: bold

Q3). How do you change the color of text in CSS?
a. text-color:
b. font-color:
c. color:

Q4). What does CSS stand for?
a. Correct Style Sheets
b. Cascade Style Sheets
c. Can't Style Sheets

Q5). How do you change the left margin of an element
a. margin-left
b. margin: left
c. margin=left