XML is designed to describe data, with the focus being the content of the data.
HTML is designed to display data, with the focus being on the appearance of the data. Basic knowledge you should master:
Before you continue learning, you need to have a basic understanding of the following knowledge: HTML / XHTML JavaScript or VBScript What is XML? XML means extensible Markup Language (EXtensible Markup Language) XML is a markup language, much like HTML. XML is designed to describe data. XML tags are not predefined. You need to define the labels yourself. XML uses Document Type Declaration (DTD) or XML Schema to describe data. XML with a DTD or XML Schema is designed to be self-describing. XML is a W3C standard XML is a W3C standard
Extensible Markup Language was established as a W3C standard on February 10, 1998. The main difference between XML and HTML
XML is designed to carry data.
XML is not used to replace HTML.
XML and HTML are designed for different purposes:
XML is designed to describe data, and its focus is the content of the data.
HTML is designed to display data, with the focus being on the appearance of the data.
HTML is designed to display information, while XML is designed to describe information. XML without any behavior
XML is no behavior.
Maybe this is a little hard to understand, but XML won't do anything. XML is designed to structure, store and transmit information.
The following is a note written by Jani to Tove, stored as XML:
This tag has a title and a message. It also contains information about the sender and receiver. However, this XML document still doesn't do anything. It's just pure information wrapped in XML tags. We need to write software or programs to transmit, receive and display this document. XML is free and extensible.
XML tags are not predefined. You have to "invent" your own labels.
The tags used to mark HTML documents and their structures are predefined. Authors of HTML documents can only use those tags defined in the HTML standard (such as
,
The above is the detailed content of Introduce the difference between XML and HTML. For more information, please follow other related articles on the PHP Chinese website!