aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/element')
-rw-r--r--files/ru/glossary/element/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/element/index.html b/files/ru/glossary/element/index.html
index e830c4a29b..376bc538d4 100644
--- a/files/ru/glossary/element/index.html
+++ b/files/ru/glossary/element/index.html
@@ -1,10 +1,11 @@
---
title: Элемент
-slug: Словарь/Элемент
+slug: Glossary/Element
tags:
- HTML
- Словарь
translation_of: Glossary/Element
+original_slug: Словарь/Элемент
---
<p>Элемент - это часть веб-страницы. В XML и HTML элемент может содержать данные, фрагмент текста или изображения, или не содержать ничего. Обычный элемент включает в себя открывающий тэг с некоторыми атрибутами, текст и закрывающий тэг.<br>
<img alt="Example: in &lt;p class=&quot;nice&quot;>Hello world!&lt;/p>, '&lt;p class=&quot;nice&quot;>' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '&lt;/p>' is a closing tag." src="https://mdn.mozillademos.org/files/7659/anatomy-of-an-html-element.png" style="height: 181px; width: 609px;"></p>