Question: The main ways to control the display of XML documents are with Cascading Style Sheets (CSS) and Extensible Styles Language (XSL). What is an advantage of CSS over XSL?
- CSS is a complete programming language with more powerful syntax.
- With CSS, the same element can be processed multiple times.
- CSS allows you to reformat data into completely new structures.
- CSS is easier to learn, use, and maintain.
Answer: The correct answer of the above question is Option D:CSS is easier to learn, use, and maintain.