CSS का उपयोग किसी भी प्रकार के XML दस्तावेज़ों के साथ भी किया जा सकता है।
CSS can also be used with any kind of XML documents.
A)
B)
Explanation:
Yes, CSS (Cascading Style Sheets) can be used to style XML (Extensible Markup Language) documents, although there are some differences in how CSS is applied to XML compared to HTML.
Here’s a breakdown:
Basic Concept:
- HTML: CSS is applied to HTML elements to define their appearance, such as colors, layout, and fonts.
- XML: CSS can be used to style XML elements as well, but XML is not inherently designed for presentation, so it’s usually styled for a specific purpose, such as transforming XML data for display in a browser.