| Course Teaching | You are Offering Professional Course | Locality Noida Sector 137 |
1. Differnce Between HTML And XML
HTML XML
1.HTML stands for Hyper Text Mark Up Language. 1.XML Stands for Extensible MArkUp Language.
2.It is invented in 1996 2.It is invented in 1990
3. Markup language for displaying web pages in a web browser. Designed to display data with focus on how the data looks 3. Markup language defines a set of rules for encoding documents that can be read by both humans and machines. Designed with focus on storing and transporting data
4..It Use for dispaying the web page. 4.It is look like transport between the application & DataBase.
5.It Can’t preserve the white space. 5. It contain the white space.
6.HTML is case Sensitive. 6.XML Is Not case sensitive.