no, xml is not semantic because the tags are not predefined. in xml you make your own tags to define the data. HTML by way of example hast set tags like <h1>. <body> etc
XML is a technology used for cross-platform manipulation. An XML can able to store a set of data's like that one stored in a database. Why use xml is rather than database xml is an lightweight...
XML stands for Extensible Markup Language. In short, it is a text-based format for different systems to present structured data to each other. Structured data means the data describes the...
The Extensible Markup Language (XML) is a general-purpose markup language. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is...