🎴 Flashcard Mode
XML and Web Markup Technologies
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Choose the best answer 1) XML is not a replacement for HTML. 2) XML and HTML were designed with different goals. 3) XML was designed to describe data and to focus on what data is. 4) HTML was designed to display data and to focus on how data looks. 5) HTML is about displaying information, XML is about describing information
AnswerClick to flip back
A
All are correct
💡 Explanation:
All five statements correctly describe the relationship between XML and HTML. XML and HTML have different goals: XML describes data (what it IS), HTML displays data (how it LOOKS). XML is not a replacement for HTML - they serve complementary purposes. Statement 5 reinforces statements 3 and 4.