diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:32 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:32 +0100 |
| commit | 9c12d24de6ce49f41c96f7f038bc5a381cff7ad4 (patch) | |
| tree | a685c4e3a7de9a1d0efe69a5d1c99b758adbb03f /files/ms/web/html/element | |
| parent | ed0709eda64929079081b4806130028f771a8814 (diff) | |
| download | translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.tar.gz translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.tar.bz2 translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.zip | |
unslug ms: modify
Diffstat (limited to 'files/ms/web/html/element')
| -rw-r--r-- | files/ms/web/html/element/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ms/web/html/element/index.html b/files/ms/web/html/element/index.html index 038d44abd8..af004939b4 100644 --- a/files/ms/web/html/element/index.html +++ b/files/ms/web/html/element/index.html @@ -1,7 +1,8 @@ --- title: Elemen-Elemen HTML -slug: HTML/Elemen +slug: Web/HTML/Element translation_of: Web/HTML/Element +original_slug: HTML/Elemen --- <p>This HTML reference lists all <strong>HTML elements</strong>, defined in HTML5 or in a previous specification. When enclosed within angle brackets, they form <em>HTML tags</em>: <code><elementname>.</code> Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an <a href="/en-US/docs/HTML" title="/en-US/docs/HTML">HTML</a> document.</p> <p>This page lists all standard HTML5 tags, but also older, obsolete and deprecated ones, as well as non-standard ones that browsers may support. Elements that were introduced in <a href="/en-US/docs/HTML/HTML5" title="/en-US/docs/HTML/HTML5">HTML5</a> are often referred as the new HTML5 elements, even though the other standard elements also are valid in HTML5.</p> |
