Which of the following is true about CSS?


A. A seperate CSS file is needed for each HTML file in a website.
B. It is a language used to customize web pages based on user preferences.
C. It is contained in a seperate file than HTML files.
D. It is used to combine formatting information and content into one single file.



In the following piece of CSS code, what is the rule?

p { color: #676767 }

A. #676767
B. color
C. p
D. p { color: #676767 }



What is the following an example of?

p { color: $676767 }


A. property
B. rule
C. selector
D. value



In the following pieces of CSS code, what is body called?


body { color: #ffffff }

A. property
B. rule
C. selector
D. value


In the following piece of CSS code, what is the property selector?

body { body: #ffffff baclground-color: #525252 font-family: arial, "lucida console", sans-serif }

A. body
B. background-color
C. color
D. font-family