aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/html/element/head/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/web/html/element/head/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/web/html/element/head/index.html')
-rw-r--r--files/de/web/html/element/head/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/de/web/html/element/head/index.html b/files/de/web/html/element/head/index.html
new file mode 100644
index 0000000000..1c71988bda
--- /dev/null
+++ b/files/de/web/html/element/head/index.html
@@ -0,0 +1,28 @@
+---
+title: head
+slug: Web/HTML/Element/head
+tags:
+ - HTML
+ - HTML Elemente
+ - HTML Referenz
+translation_of: Web/API/HTMLHeadElement
+---
+<p>Das <code>&lt;head&gt;</code> HTML Element legt den Kopf eines Dokuments fest. In diesem werden Informationen für das Dokument angegeben, darunter der Dokumententitel und Meta-Daten.</p>
+
+<h3 id="Beispiel">Beispiel</h3>
+
+<pre class="eval">&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;Seitentitel&lt;/title&gt;
+ &lt;/head&gt;
+&lt;/html&gt;
+</pre>
+
+<h3 id="Spezifikationen">Spezifikationen</h3>
+
+<ul>
+ <li><a class="external" href="http://www.w3.org/TR/html401/struct/global.html#h-7.4.1">HTML 4.01 #head</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/html5/semantics.html#the-head-element-0">HTML5 #head</a></li>
+</ul>
+
+<p>{{HTMLRef}}</p>