
November 12th, 2011, 02:31 AM
|
|
Contributing User
|
|
Join Date: Nov 2011
Posts: 42
Time spent in forums: 2 h 51 m 59 sec
Warnings Level: 10
Number of bans: 2
Reputation Power: 2
|
|
|
XML stands for Extensible Markup Language
• XML is a markup language much like HTML
• XML was designed to carry data,
• XML tags are not predefined.
• XML is designed to be self-descriptive.
HTML - short for Hypertext Markup Language is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document by denoting certain text as headings, paragraphs, lists, and to supplement that text with interactive forms, embedded images, and other objects.
|