Files
30-seconds-of-code/glossary/XML.md
Angelos Chalaris 9f53dca72b Create XML.md
2018-08-30 13:03:12 +03:00

5 lines
240 B
Markdown

### 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.