153k views
5 votes
Xml is used to format the structure and style of a web page. true or false

User JamesENL
by
7.9k points

1 Answer

1 vote

Answer:

true

Step-by-step explanation:

XML simplifies platform changes; XML simplifies data availability; Many computer systems contain data in incompatible formats. Exchanging data between incompatible systems (or upgraded systems) is a time-consuming task for web developers. Large amounts of data must be converted, and incompatible data is often lost. XML stores data in plain text format.

Code sample

<note>

<to>Tove</to>

<from>Jani</from>

<heading>Reminder</heading>

<body>Don't forget me this weekend!</body>

User Yashar Panahi
by
8.0k points