Create XML.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:03:12 +03:00
committed by GitHub
parent b8d652ff40
commit 9f53dca72b

4
glossary/XML.md Normal file
View File

@ -0,0 +1,4 @@
### XML
XML stands for eXtensible Markup Language and is a generic markup language specified by the W3C.
XML documents are plaintext documents structured with user-defined tags, surrounded by `<>` and optionally extended with attributes.