Computer Science, asked by mehak527, 9 months ago

Why is it necessary to develop an intro to XML?​

Answers

Answered by mustakimmujawar7575
0

Explanation:

Why do we need XML?

HTML is the most successful markup language of all time. You can view the simplest HTML tags on virtually any device, from palmtops to mainframes, and you can even convert HTML markup into voice and other formats with the right tools. Given the success of HTML, why did the W3C create XML? To answer that question, take a look at this document:

<p>

<b>Mrs. Mary McGoon</b>

<br>

1401 Main Street

<br>

Anytown, NC 34829</p>

The trouble with HTML is that it was designed with humans in mind. Even without viewing the above HTML document in a browser, you and I can figure out that it is someone's postal address. (Specifically, it's a postal address for someone in the United States; even if you're not familiar with all the components of U.S. postal addresses, you could probably guess what this represents.)

Similar questions