Questions given below is of Assertion and Reason type question. This question…
2025
Questions given below is of Assertion and Reason type question. This question consists of two statements, namely, Assertion (A) and Reason (R). Select the most suitable option considering the Assertion and Reason. Assertion (A): It becomes difficult to update and maintain a website's design using CSS. Reason (R): CSS allows web developers to separate the presentation layer (styles and layouts) from the content layer (HTML).
- A.
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
- B.
Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).
- C.
Assertion (A) is true, but Reason (R) is false.
- D.
Assertion (A) is false, but Reason (R) is true.
Attempted by 51 students.
Show answer & explanation
Correct answer: D
CSS makes website design easier to update and maintain by separating presentation from HTML content. Thus the assertion is false, while the reason is true.