Create XML.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:03:12 +03:00
committed by GitHub
parent 8c10c00c10
commit 73f0f6b998

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.