Introduction To XML Extensible Markup Language: Mr.A Raghuvira Pratap Computer Science Department
Introduction To XML Extensible Markup Language: Mr.A Raghuvira Pratap Computer Science Department
Introduction To XML Extensible Markup Language: Mr.A Raghuvira Pratap Computer Science Department
<html>
<head><title>Example</title></head.
<body>
<h1>This is an example of a page.</h1>
<h2>Some information goes here.</h2>
</body>
</html>
Example of an XML Document
<?xml version=1.0/>
<address>
<name>Alice Lee</name>
<email>alee@aol.com</email>
<phone>212-346-1234</phone>
<birthday>1985-03-22</birthday>
</address>
Difference Between HTML and XML
address
Alice Lee
alee@aol.com
123-45-6789
1983-7-15
Parsers