Multiple choice technology web 2.0

XML's goal is to replace HTML

  1. True

  2. False

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

XML and HTML serve different purposes. HTML is for displaying web pages in browsers with fixed presentation tags, while XML is for structured data storage and transport with customizable tags. XML was designed to complement HTML, not replace it. They are complementary technologies - HTML for display, XML for data. The statement is false because XML never aimed to replace HTML's presentation role.

AI explanation

To answer this question, you need to understand the purpose and differences between XML (eXtensible Markup Language) and HTML (Hypertext Markup Language).

Option A) True - This option is incorrect because XML's goal is not to replace HTML. XML and HTML serve different purposes.

Option B) False - This option is correct because XML's goal is not to replace HTML. XML is a markup language used for storing and transporting data, while HTML is a markup language used for displaying web pages.

The correct answer is B) False. XML's goal is not to replace HTML.