CBSE Class 10 Computer Applications Question 28 of 37

Cascading Style Sheets (CSS) — Question 8

Back to all questions
8
Question

Question 8

Which of the following type of CSS is coded in the body of the Web page as an attribute of an HTML tag and applies ONLY to the specific element that contains it as an attribute ?

  1. Inline
  2. Embedded
  3. Inbuilt
  4. External
Answer

Inline

Reason — Inline style of CSS is coded in the body of the Web page as an attribute of an HTML tag and applies ONLY to the specific element that contains it as an attribute.