I want to ask you about web design
What is the relationship between Xml and Html?
I want to ask you about web design
What is the relationship between Xml and Html?
HTML and XML are both descendants of an earlier markup language called SGML (Standard Generalized Markup Language). SGML is a complicated set of rules that define document structures.
XML is a subset of SGML that does the same thing, using fewer rules. Since XML is a less-complicated derivative of SGML, XML is more easily implemented on large networks such as the Internet. The primary role of XML is to define data.
Check this for more info: Link
in XML we define own Tag for example <name> raj </name> <city> Delhi </>
in HTML it has inbuilt Tag for example <h1> Header </h2>
xml and html are both markup languages this is a similarity between them.