Multiple choice

Which of the following types of CSS (Cascading Style Sheet) is also called Embedded style sheet?

  1. Internal

  2. Inline

  3. External

  4. Both (1) and (2)

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This style sheet is defined in the head section of the html page, and hence it is called embedded style sheet. This style sheet is defined for the single document of the page.