Multiple choice technology web technology

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

  1. 1 & 2 is correct

  2. 2 & 3 is correct

  3. 4 & 5 is correct

  4. All are correct

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

All five statements are correct. XML and HTML have different design goals: XML describes data structure and meaning (what data is), while HTML displays data with focus on presentation (how data looks). They are complementary, not replacements.