+ 1
What is the difference between HTML and XML?
3 Respostas
+ 2
HTML is the standard markup language for creating Web pages:
- HTML stands for Hyper Text Markup Language
- HTML describes the structure of Web pages using markup
- HTML elements are the building blocks of HTML pages
- HTML elements are represented by tags
- HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
- Browsers do not display the HTML tags, but use them to render the content of the page.
XML is a software- and hardware-independent tool for storing and transporting data:
- XML stands for eXtensible Markup Language
- XML is a markup language much like HTML
- XML was designed to store and transport data
- XML was designed to be self-descriptive
- XML is a W3C Recommendation
More information on:
https://www.w3schools.com/html/html_intro.asp ,
https://www.w3schools.com/xml/xml_whatis.asp .
+ 1
I think also that, HTML tags are predefined but XML tags are not defined. you can set any name as XML tag. am I right???
+ 1
Yes you right.