我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
Metadata is — in its very simplest definition — data that describes data. For example, an HTML document is data, but HTML can also contain metadata in its <head>
element that describes the document — for example who wrote it, and its summary.
Learn more
General knowledge
- metadata on Wikipedia
HTML metadata
- The
<meta>
element on MDN