Overview/Description
XML (Extensible Markup Language) is a language used primarily for the management, display, and organization of data. XML consists of tags used to define elements and is derived from SGML or Standard Generalized Markup Language for use on the web. This course discusses the basics of creating documents in XML. It also covers how to use Document Type Definitions (DTDs) to define the structure of the document, as well as its newer alternative, an XML schema.
Target Audience
Individuals who wish to learn how to generate web content using XML, who have experience in using HTML, CSS, and basic JavaScript to develop web content.