Which of the following statements are true?
a. HEAD element can sometimes be used to display elements on the web page
b. CSS can be added to both BODY and HEAD elements
c. CSS can never be added to BODY elements
d. CSS can exist in an independent file

Respuesta :

Answer:

Option(b) is the correct answer for the given question i.e CSS can be added to both BODY and HEAD elements

Explanation:

CSS is cascading style sheet which is styling the web page .The main function of  CSS is it is used to describe how elements are displayed in a web page .The CSS provide the consistency in web page .We can easily manage the web page by using CSS .

There are 3 types of CSS

1. Inline CSS.

2 Internal CSS.

3 External CSS.

ACCESS MORE