Files
30-seconds-of-code/glossary/XML.md
2019-08-13 11:19:29 +03:00

8 lines
261 B
Markdown

---
title: XML
tags: 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.