aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/head
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
commitc058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch)
treedf20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/glossary/head
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip
unslug ru: move
Diffstat (limited to 'files/ru/glossary/head')
-rw-r--r--files/ru/glossary/head/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ru/glossary/head/index.html b/files/ru/glossary/head/index.html
new file mode 100644
index 0000000000..5fef76a367
--- /dev/null
+++ b/files/ru/glossary/head/index.html
@@ -0,0 +1,15 @@
+---
+title: Head (Заголовок)
+slug: Словарь/Заголовок
+translation_of: Glossary/Head
+---
+<p><strong>Head (заголовок)</strong><strong> </strong>это часть {{glossary("HTML")}} документа, которая содержит {{glossary("metadata")}} о документе, такие как автор, описание, ссылки на {{glossary("CSS")}} или {{glossary("JavaScript")}} файлы, которые должны быть применены в HTML.</p>
+
+<h2 id="Смотрите_также">Смотрите также</h2>
+
+<h3 id="HTML_head">HTML head</h3>
+
+<ul>
+ <li>{{htmlelement("head")}} element reference on MDN</li>
+ <li><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/The_HTML_head">The HTML &lt;head&gt;</a> on the MDN Learning Area</li>
+</ul>