CBSE Class 10 Computer Applications
Question 27 of 37
Cascading Style Sheets (CSS) — Question 7
Back to all questions 7
Question Question 7
Which of the following CSS types is defined in the header of a Web page and applies to the entire Web page document ?
- Inline
- Embedded
- Inbuilt
- External
Embedded
Reason — Embedded or internal styles are defined in the header of a Web page using the <style> tag and apply to the entire Web page document.