Define HTML and XML. Explain the difference between them

Define HTML and XML.

HTML:
- It has predefined elements names '<h1>', '<b>' etc.
- It is known as Hyper Text Markup Language.
- It is used to display data on focus on the way it looks.
- It uses pre-defined tags to mark and structure the documents.

XML:
- You can create your own elements with syntax much stricter than HTML.
- It stands for EXtensible Markup Language.
- It is a markup language much like HTML.
- It was designed to store and transport data.
- It was designed to be self-descriptive.
- It is a W3C Recommendation.
ADO.NET interview questions and answers - freshers and experienced
Answers to all ADO.NET interview questions that might be asked during an interview - for freshers and experienced candidates
Advanced asp.net interview questions and answers
Advanced asp.net interview questions - What are assemblies?, How can we use COM components in .Net?, What is Cross Page Posting? How is it done?, What’s the difference between trace and debug in ASP.NET?....
ADO.NET Overview
ADO.NET Overview - ADO.NET is design to provide data access...
Post your comment