🎴 Flashcard Mode
XML Fundamentals Quiz
Card1 / 16
Mastered0
Review0
QuestionClick to flip
XML's goal is to replace HTML
AnswerClick to flip back
A
False
💡 Explanation:
XML was designed to complement HTML, not replace it. HTML defines the structure and presentation of web pages, while XML provides a flexible, extensible way to structure and describe data. They serve different purposes: HTML is for displaying information, XML is for storing and transporting structured data. The two technologies can work together (e.g., XHTML).