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

261 B

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