CreativeMinds Glossary
CraetiveMinds Glossary is build using our WordPress Tooltip Glossary Plugin.
You many click on any term on the left to see the definition

- A Round
- A/B Testing
- Abbreviation
- Above the Fold
- Ad Rotation
- Ad Server
- Admin Panel
- Affiliate
- Affiliated Product Name- Example
- Agile
- Alpha
- Alt Attribute
- Apache
- API
- Application programming interface
- Attachment
- B2B
- B2C
- Banner
- Beta
- Bootstrapping
- Bounce Rate
- Breadcrumb
- Burn Rate
- Business Model
- Call Option
- Campaign
- Card sorting
- Chargeback
- Checkout Process
XML or Extensible Markup Language is a markup language that is defined by a set of rules created by W3C (World Wide Web Consortium). The format is readable by both humans and computers and is designed primarily for generating documents and data structures. It is primarily used in web development and API (Application Programming Interfaces) to help web and software developers create and process XML data and schemas.
The XML format uses tags, elements and attributes that build the layout and design of a document or schema. The terms are explained as follows:
- Tag –An XML tag includes start (
), end ( tags. - Element –The elements of XML are the content between the start and end tags.
- Attribute – The attributes are name/value pairs between the start and end tags, for example
<img src=”image.gif”>. The attribute here is src.
On the Magento® eCommerce platform, XML is used primarily for designing themes.