Multiple choice technology programming languages

With CSS (Cascading Style Sheets) you can add display information to an XML document

  1. True

  2. False

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

CSS can be applied to XML documents to control display, formatting, and presentation. This is commonly done by linking a stylesheet using the processing instruction. CSS styles XML elements by tag name, allowing XML data to be rendered visually in web browsers or other applications.