<!DOCTYPE html>
<html lang="de" dir="ltr" class="redesign no-js" data-ffo-opensanslight=false data-ffo-opensans=false >
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script>(function(d) { d.className = d.className.replace(/\bno-js/, ''); })(document.documentElement);</script>
<title>head - HTML | MDN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<link rel="home" href="/de/">
<link rel="copyright" href="#copyright">
<link href="https://developer.cdn.mozilla.net/static/build/styles/mdn.90e6d84d58ff.css" rel="stylesheet" type="text/css" />
<link href="https://developer.cdn.mozilla.net/static/build/styles/wiki.978c53db5cdd.css" rel="stylesheet" type="text/css" />
<!-- common social tags -->
<meta property="og:type" content="website">
<meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
<meta property="og:site_name" content="Mozilla Developer Network">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
<meta name="twitter:site" content="@MozDevNet">
<meta name="twitter:creator" content="@MozDevNet">
<link rel="search" type="application/opensearchdescription+xml" href="https://developer.mozilla.org/de/search/xml" title="Mozilla Developer Network">
<!-- third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png">
<!-- iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png">
<!-- first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png">
<!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png">
<!-- basic favicon -->
<link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png">
<!--[if IE]>
<meta http-equiv="imagetoolbar" content="no">
<script type="text/javascript" src="https://developer.cdn.mozilla.net/static/build/js/html5shiv.3948ccddab6f.js" charset="utf-8"></script>
<![endif]-->
<link rel="alternate" type="application/json" href="/de/docs/Web/HTML/Element/head$json">
<link rel="canonical" href="https://developer.mozilla.org/de/docs/Web/HTML/Element/head" >
<link rel="alternate" hreflang="en-US" href="/en-US/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">
<link rel="alternate" hreflang="ja" href="/ja/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">
<link rel="alternate" hreflang="zh-CN" href="/zh-CN/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">
<link rel="alternate" hreflang="ru" href="/ru/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">
<!-- document-specific social tags -->
<meta property="og:title" content="head">
<meta property="og:url" content="https://developer.mozilla.org/de/docs/Web/HTML/Element/head">
<meta name="twitter:url" content="https://developer.mozilla.org/de/docs/Web/HTML/Element/head">
<meta name="twitter:title" content="head">
<meta property="og:description" content="Das head HTML Element legt den Kopf eines Dokuments fest. In diesem werden Informationen für das Dokument angegeben, darunter der Dokumententitel und Meta-Daten.">
<meta name="description" content="Das head HTML Element legt den Kopf eines Dokuments fest. In diesem werden Informationen für das Dokument angegeben, darunter der Dokumententitel und Meta-Daten.">
<meta name="twitter:description" content="Das head HTML Element legt den Kopf eines Dokuments fest. In diesem werden Informationen für das Dokument angegeben, darunter der Dokumententitel und Meta-Daten.">
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36116321-5', 'mozilla.org');
ga('set', 'anonymizeIp', true);
// dimension9 == "Section editing"
ga('set', 'dimension9', 'Enabled');
(function() {
//
http://cfsimplicity.com/61/removing-...-campaign-urls
var win = window;
var removeUtms = function(){
var location = win.location;
if (location.href.indexOf('utm') != -1 && win.history.replaceState) {
win.history.replaceState({}, '', location.pathname);
}
};
ga('send', 'pageview', {'hitCallback': removeUtms});
})();
</script>
</head>
<body data-slug="Web/HTML/Element/head" contextmenu="edit-history-menu" data-search-url="" class="document ">
<script type="text/javascript">
(function(win) {
'use strict';
(function(){
var FLAGS = {
'compat_api': false,'kumaediting': false,'mdn10_logo': false,'mdn10_tile': false,'page_move': false,'registration_disabled': true,'search_suggestions': false,'section_edit': true,'spam_checks_enabled': false,'spam_submissions_enabled': false,'wiki_samples': true,'wiki_spam_exempted': false
},
SWITCHES = {
'wiki_error_on_delete': false,'wiki_force_immediate_rendering': false,'enable_optimizely': false,'welcome_email': true,'application_ACAO': true,'store_revision_ips': true,'dumb_doc_urls': true
},
SAMPLES = {
};
window.waffle = {
"flag_is_active": function waffle_flag(flag_name) {
return !!FLAGS[flag_name];
},
"switch_is_active": function waffle_switch(switch_name) {
return !!SWITCHES[switch_name];
},
"sample_is_active": function waffle_sample(sample_name) {
return !!SAMPLES[sample_name];
},
"FLAGS": FLAGS,
"SWITCHES": SWITCHES,
"SAMPLES": SAMPLES
};
})();
// This needs to be set before ckeditor.js loads
window.CKEDITOR_BASEPATH = '/static/js/libs/ckeditor/build/ckeditor/';
// This represents the site configuration
win.mdn = {
// Properties and settings for CKEditor will go here
ckeditor: {},
// Feature test results and methods will be placed here
features: {},
// The path to static assets (images, CSS, JS) in MDN
staticPath: 'https://developer.cdn.mozilla.net/static/',
// Optimizely API
optimizely: win['optimizely'] || [],
// Site notifications
notifications: [],
// Wiki-specific settings will be placed here
wiki: {
autosuggestTitleUrl: '/de/docs/get-documents'
},
// Assets that need to be dynamically injected
assets: {
css: {
'editor-content': ['https://developer.cdn.mozilla.net/static/build/styles/editor-content.7071b9762085.css',],
'wiki-compat-tables': ['https://developer.cdn.mozilla.net/static/build/styles/wiki-compat-tables.f3a3bfce97a1.css',]
},
js: {
'syntax-prism': ['https://developer.cdn.mozilla.net/static/build/js/syntax-prism.7a66ddfa68bf.js',],
'wiki-compat-tables': ['https://developer.cdn.mozilla.net/static/build/js/wiki-compat-tables.14ce5dcb2c3d.js',]
}
}
};
})(this);
</script>
<div class="global-notice">
<div class="wrap center">
<p><bdi>We want to help developers like you. Tell us about how you work: <a href="http://qsurvey.mozilla.com/s3/Developer-Audience-Survey-V2/?s=mdn">http://qsurvey.mozilla.com/s3/Developer-Audience-Survey-V2/?s=mdn</a></bdi></p>
</div>
</div>
<ul id="nav-access">
<li><a href="#document-main" id="skip-main">Zum Hauptinhalt springen</a></li>
<li><a id="skip-language" href="#language">Sprache auswählen</a></li>
<li><a href="#q" id="skip-search">Zur Suche springen</a></li>
</ul>
<!-- Header -->
<header id="main-header"><div class="center">
<div id="tabzilla">
<a href="//www.mozilla.org/" class="no-track">mozilla</a>
</div>
<div class="clear header-clear"></div>
<a href="/de/" class="logo">Mozilla Developer Network</a>
<div id="nav-sec">
<ul>
<li>
<form>
<div class="oauth-login-container">
<div class="oauth-login-options" tabIndex="0">
<span class="oauth-login-options-text">
<span class="oauth-login-options-text-icons">Anmelden mit</span>
<span class="oauth-login-options-text-no-icons">Anmelden</span>
</span>
<span class="oauth-icon oauth-persona launch-persona-login wait-for-persona disabled" data-service="Persona" data-next="/de/docs/Web/HTML/Element/head" title="Persona"><i class="icon-user" aria-hidden="true"></i></span>
<span class="oauth-icon oauth-github" data-service="GitHub" data-href="/users/github/login/?next=%2Fde%2Fdocs%2FWeb%2FHTML%2FElement%2Fhead" title="GitHub"><i class="icon-github" aria-hidden="true"></i></span>
</div>
<div class="oauth-login-picker" aria-hidden="true">
<ul>
<li class="wait-for-persona disabled"><a href="/de/users/signin" class="login-link launch-persona-login" data-next="/de/docs/Web/HTML/Element/head" data-service="Persona"><i class="icon-user" aria-hidden="true"></i>Persona</a></li>
<li><a href="/users/github/login/?next=%2Fde%2Fdocs%2FWeb%2FHTML%2FElement%2Fhead" class="login-link" data-service="GitHub"><i class="icon-github" aria-hidden="true"></i>GitHub</a></li>
</ul>
</div>
</div>
</form>
</li>
</ul>
</div>
<nav id="main-nav" role="navigation"><ul><li><a href="/de/docs/Web">Web-Plattform<i aria-hidden="true" class="icon-caret-down"></i></a>
<div class="submenu submenu-cols-2 js-submenu" id="nav-platform-submenu">
<div class="submenu-column">
<div class="title">Technologien</div>
<ul>
<li><a href="/de/docs/Web/HTML">HTML</a></li>
<li><a href="/de/docs/Web/CSS">CSS</a></li>
<li><a href="/de/docs/Web/JavaScript">JavaScript</a></li>
<li><a href="/de/docs/Web/Guide/Graphics">Grafiken</a></li>
<li><a href="/de/docs/Web/API">APIs / DOM</a></li>
<li><a href="/de/docs/Web/Apps">Apps</a></li>
<li><a href="/de/docs/Web/MathML">MathML</a></li>
</ul>
</div><div class="submenu-column last">
<div class="title">Referenzen & Leitfäden</div>
<ul>
<li><a href="/de/docs/Learn">Lernen Sie das Web</a></li>
<li><a href="/de/docs/Web/Tutorials">Anleitungen</a></li>
<li><a href="/de/docs/Web/Reference">Referenzen</a></li>
<li><a href="/de/docs/Web/Guide">Entwicklerleitfäden</a></li>
<li><a href="/de/docs/Web/Accessibility">Barrierefreiheit</a></li>
<li><a href="/de/docs/Web">…weitere Dokumente</a></li>
</ul>
</div>
</div>
</li><li><a href="/de/docs/Zones">Mozilla Docs<i aria-hidden="true" class="icon-caret-down"></i></a>
<div class="submenu js-submenu" id="nav-zones-submenu">
<div class="submenu-column">
<ul>
<li><a href="/de/docs/Mozilla/Add-ons">Add-ons</a></li>
<li><a href="/de/docs/Firefox">Firefox</a></li>
<li><a href="/de/docs/Mozilla/Marketplace">Firefox Marketplace</a></li>
<li><a href="/de/docs/Firefox_OS">Firefox OS</a></li>
<li><a href="/de/docs/Persona">Persona</a></li>
</ul>
</div>
</div>
</li><li><a href="/de/docs/Tools">Entwicklerwerkzeuge</a></li><li><a href="/de/docs/MDN/Feedback">Rückmeldung<i aria-hidden="true" class="icon-caret-down"></i></a>
<div class="submenu js-submenu" id="nav-contact-submenu">
<div class="submenu-column">
<ul>
<li><a href="https://support.mozilla.org/">Holen Sie sich Hilfe zu Firefox<i aria-hidden="true" class="icon-external-link"></i></a></li>
<li><a href="http://stackoverflow.com/">Holen Sie sich Hilfe zu Web-Entwicklung<i aria-hidden="true" class="icon-external-link"></i></a></li>
</ul>
<ul>
<li><a href="/de/docs/MDN/Community">Werden Sie Teil der MDN-Gemeinschaft</a></li>
<li><a href="https://bugzilla.mozilla.org/form.doc">Melden Sie ein Inhaltsproblem<i aria-hidden="true" class="icon-external-link"></i></a></li>
<li><a href="https://bugzilla.mozilla.org/form.mdn">Einen Fehler melden<i aria-hidden="true" class="icon-external-link"></i></a></li>
</ul>
</div>
</div>
</li><li class="nav-search-link"><a href="/de/search" title="Search"><i aria-hidden="true" class="icon-search"></i></a></li><li class="main-nav-search"><form action="/de/search" method="get" role="search">
<div class="search-wrap">
<label for="main-q" class="offscreen">Suchen</label>
<input type="search" id="main-q" name="q" placeholder="Suchen" data-value="" value="" />
<span class="search-trigger"><i aria-hidden="true" class="icon-search"></i></span>
<button type="submit" class="offscreen">Suchen</button>
</div>
</form></li></ul></nav>
</div></header>
<!-- Content will go here -->
<main id="content"><div class="center clear">
<!-- end is_zone -->
<div class="wiki-main-content" id="document-main"><div class="center">
<div class="article-meta">
<!-- action buttons -->
<ul class="page-buttons" data-sticky="false">
<li><button id="languages-menu" class="transparent" aria-haspopup="true" aria-owns="languages-menu-submenu" aria-expanded="false"><span>Sprachen</span><i aria-hidden="true" class="icon-globe"></i></button>
<div class="submenu js-submenu" id="languages-menu-submenu">
<div class="submenu-column">
<ul id="translations">
<li><bdi><a rel="internal" href="/en-US/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">English (US)</a></bdi></li>
<li><bdi><a rel="internal" href="/ja/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">日本語</a></bdi></li>
<li><bdi><a rel="internal" href="/zh-CN/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">中文 (简体)</a></bdi></li>
<li><bdi><a rel="internal" href="/ru/docs/Web/API/HTMLHeadElement" title="HTMLHeadElement">Русский</a></bdi></li>
</ul>
</div>
</div>
</li>
<li class="page-buttons-edit"><a href="/de/docs/Web/HTML/Element/head$edit" class="button" data-optimizely-hook="button-edit-doc" id="edit-button">Bearbeiten<i aria-hidden="true" class="icon-pencil"></i></a></li>
<li><button id="advanced-menu" class="only-icon" aria-haspopup="true" aria-owns="advanced-menu-submenu" aria-expanded="false"><span>Erweitert</span><i aria-hidden="true" class="icon-cog"></i></button>
<div class="submenu js-submenu" id="advanced-menu-submenu">
<!-- this page -->
<div class="submenu-column">
<div class="title">Erweitert</div>
<ul>
<li><a href="/de/docs/Web/HTML/Element/head$history" rel="nofollow, noindex">Versionsgeschichte</a></li>
<li class="page-print"><a href="#" onclick="return window.print();">Diesen Artikel drucken</a></li>
</ul>
</div>
</div>
</li></ul>
<!-- crumbs -->
<nav class="crumbs" role="navigation"><ol xmlns:v="http://rdf.data-vocabulary.org/#" aria-label="Brotkrümel">
<li typeof="v:Breadcrumb"><a href="/de" rel="v:url" property="v:title">MDN</a></li>
<li class="crumb" typeof="v:Breadcrumb"><a href="/de/docs/Web" rel="v:url" property="v:title">Webtechnologien für Entwickler</a></li>
<li class="crumb" typeof="v:Breadcrumb"><a href="/de/docs/Web/HTML" rel="v:url" property="v:title">HTML</a></li>
<li class="crumb" typeof="v:Breadcrumb"><a href="/de/docs/Web/HTML/Element" rel="v:url" property="v:title">Element</a></li>
<li class="crumb" typeof="v:Breadcrumb" property="v:title">head</li>
</ol></nav>
</div>
<!-- heading -->
<div id="wiki-document-head" class="document-head">
<span class="from-search-previous-box">
<a class="button from-search-previous only-icon disabled" title="Vorheriges Suchergebnis" data-empty-title="Kein vorheriges Suchergebnis"><i aria-hidden="true" class="icon-chevron-left"></i></a>
</span>
<span class="from-search-navigate-wrap">
<a href="#" class="from-search-navigate"><span class="from-search-navigate-up"><i aria-hidden="true" class="icon-double-angle-up"></i></span><span class="from-search-navigate-down"><i aria-hidden="true" class="icon-double-angle-down"></i></span></a>
</span>
<div class="from-search-toc submenu">
<span class="title">Ihre Suchergebnisse</span>
<ol></ol>
</div>
<span class="from-search-next-box">
<a class="button from-search-next only-icon disabled" title="Nächstes Suchergebnis" data-empty-title="Kein vorheriges Suchergebnis"><i aria-hidden="true" class="icon-chevron-right"></i></a>
</span>
<div class="contributor-avatars" data-all-text="Alle Mitwirkenden anzeigen" data-alternate-message="Mitwirkende ausblenden" >
<ul>
<li class="shown">
<a href="/de/profiles/teoli" title="Profil anzeigen: teoli">
<noscript data-width="34" data-height="34" data-class="avatar" data-alt="teoli" data-src="https://secure.gravatar.com/avatar/d0d90148e08e3b64ccf75c46f31442c5?s=34&r=pg& ;d=https%3A%2F%2Fdeveloper.cdn.mozilla.net%2Fmedia %2Fimg%2Favatar.png">teoli</noscript></a>
</li>
<li class="shown">
<a href="/de/profiles/fscholz" title="Profil anzeigen: fscholz">
<noscript data-width="34" data-height="34" data-class="avatar" data-alt="fscholz" data-src="https://secure.gravatar.com/avatar/e24391c9174352988d819a9b9ea77c9e?s=34&r=pg& ;d=https%3A%2F%2Fdeveloper.cdn.mozilla.net%2Fmedia %2Fimg%2Favatar.png">fscholz</noscript></a>
</li>
<li class="shown">
<a href="/de/profiles/Crash" title="Profil anzeigen: Crash">
<noscript data-width="34" data-height="34" data-class="avatar" data-alt="Crash" data-src="https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=34&r=pg& ;d=https%3A%2F%2Fdeveloper.cdn.mozilla.net%2Fmedia %2Fimg%2Favatar.png">Crash</noscript></a>
</li>
</ul>
</div>
<h1>head</h1>
</div>
<!-- start the main content container -->
<div id="wiki-column-container" class="wiki-right-closed wiki-right-none wiki-left-closed wiki-left-none">
<!-- content row with three strips -->
<div class="column-container column-container-reverse">
<!-- center: main article content -->
<div id="wiki-content" class="column-all wiki-column text-content">
<!-- just the article content -->
<article id="wikiArticle">
<p>Das <code><head></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"><html>
<head>
<title>Seitentitel</title>
</head>
</html>
</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></p><table class="HTMLElmNav">
<thead>
<tr>
<th><a href="/de/docs/HTML/Element">HTML Elemente</a></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/de/docs/HTML/Element#A">A</a>*<a href="/de/docs/HTML/Element#B">B</a>*<a href="/de/docs/HTML/Element#C">C</a>*<a href="/de/docs/HTML/Element#D">D</a>*<a href="/de/docs/HTML/Element#E">E</a>*<a href="/de/docs/HTML/Element#F">F</a>*<a href="/de/docs/HTML/Element#G">G</a>*<a href="/de/docs/HTML/Element#H">H</a>*<a href="/de/docs/HTML/Element#I">I</a>*<a href="/de/docs/HTML/Element#J">J</a>*<a href="/de/docs/HTML/Element#K">K</a>*<a href="/de/docs/HTML/Element#L">L</a>*<a href="/de/docs/HTML/Element#M">M</a>*<a href="/de/docs/HTML/Element#N">N</a>*<a href="/de/docs/HTML/Element#O">O</a>*<a href="/de/docs/HTML/Element#P">P</a>*<a href="/de/docs/HTML/Element#Q">Q</a>*<a href="/de/docs/HTML/Element#R">R</a>*<a href="/de/docs/HTML/Element#S">S</a>*<a href="/de/docs/HTML/Element#T">T</a>*<a href="/de/docs/HTML/Element#U">U</a>*<a href="/de/docs/HTML/Element#V">V</a>*<a href="/de/docs/HTML/Element#W">W</a>*<a href="/de/docs/HTML/Element#X">X</a>*<a href="/de/docs/HTML/Element#Y">Y</a>*<a href="/de/docs/HTML/Element#Z">Z</a>*</td>
</tr>
<tr>
<td>(Links: <a href="/de/docs/tag/HTML">HTML-Kategorie</a>)</td>
</tr>
</tbody>
</table><p></p> <div class="noinclude"></div>
</article>
<div class="share">
<strong>Teilen:</strong>
<ul>
<li><a href="http://twitter.com/share?url=https%3A%2F%2Fdeveloper.mozilla.org%2Fde %2Fdocs%2FWeb%2FHTML%2FElement%2Fhead%3Futm_campai gn%3Dshare%26utm_medium%3Ddoc%2Bshare%2Blink%26utm _source%3Dtwitter.com&text=Ich+habe+im+MDN+etw as+%C3%BCber+head+erfahren." target="_blank" data-url="https://developer.mozilla.org/de/docs/Web/HTML/Element/head?utm_campaign=share&utm_medium=doc+share+l ink&utm_source=twitter.com" data-title="Ich habe im MDN etwas über head erfahren." class="share-link twitter"><i aria-hidden="true" class="icon-twitter"></i>Twitter</a></li>
<li><a href="http://facebook.com/sharer.php?s=100&p[url]=https://developer.mozilla.org/de/docs/Web/HTML/Element/head?utm_campaign=share&utm_medium=doc+share+l ink&utm_source=facebook.com" target="_blank" data-url="https://developer.mozilla.org/de/docs/Web/HTML/Element/head?utm_campaign=share&utm_medium=doc+share+l ink&utm_source=facebook.com" data-title="Ich habe im MDN etwas über head erfahren." class="share-link facebook"><i aria-hidden="true" class="icon-facebook"></i>Facebook</a></li>
<li><a href="https://plus.google.com/share?url=https%3A%2F%2Fdeveloper.mozilla.org%2Fde %2Fdocs%2FWeb%2FHTML%2FElement%2Fhead%3Futm_campai gn%3Dshare%26utm_medium%3Ddoc%2Bshare%2Blink%26utm _source%3Dplus.google.com" target="_blank" data-url="https://developer.mozilla.org/de/docs/Web/HTML/Element/head?utm_campaign=share&utm_medium=doc+share+l ink&utm_source=plus.google.com" data-title="Ich habe im MDN etwas über head erfahren." class="share-link gplus"><i aria-hidden="true" class="icon-google-plus"></i>Google+</a></li>
</ul>
</div>
<!-- contributors -->
<div class="wiki-block contributors">
<h2 class="offscreen">Schlagwörter des Dokuments und Mitwirkende</h2>
<div class="tag-attach-list contributors-sub">
<i aria-hidden="true" class="icon-tags icon-fw"></i>
<strong>Schlagwörter:</strong>
<ul class="tags tags-small">
<li><a href="/de/docs/tag/HTML">HTML</a></li>
<li><a href="/de/docs/tag/HTML%20Elemente">HTML Elemente</a></li>
<li><a href="/de/docs/tag/HTML%20Referenz">HTML Referenz</a></li>
</ul>
</div>
<div class="contributors-sub">
<i aria-hidden="true" class="icon-group icon-fw"></i> <strong>Mitwirkende an dieser Seite:</strong>
<a href="/de/profiles/teoli">teoli</a>,
<a href="/de/profiles/fscholz">fscholz</a>,
<a href="/de/profiles/Crash">Crash</a>
</div>
<div class="contributors-sub">
<i aria-hidden="true" class="icon-clock-o icon-fw"></i> <strong>Zuletzt aktualisiert von:</strong>
<a href="/de/profiles/teoli">teoli</a>,
<time datetime="2014-04-30T03:01:15-07:00">30.04.2014, 03:01:15</time>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- ends "main-content" -->
<menu type="context" id="edit-history-menu">
<menuitem data-action="/de/docs/Web/HTML/Element/head$edit" label="Seite bearbeiten"></menuitem>
<menuitem data-action="/de/docs/Web/HTML/Element/head$history" label="Versionsgeschichte der Seite ansehen"></menuitem>
</menu>
</div></main>
<!-- Footer -->
<footer><div class="center">
<div class="column-container">
<div class="column-main">
<div class="contentinfo">
<p>© 2005–2016 Mozilla Developer Network und einzelne Mitwirkende.</p> <p>Inhalt steht unter <a href="/en-US/docs/MDN/About#Copyrights_and_licenses">diesen Lizenzen</a>.</p>
<ul>
<li><a href="/docs/MDN/About">Über MDN</a></li>
<li><a href="//www.mozilla.org/about/legal/terms/mozilla">Nutzungsbedingungen</a></li>
<li><a href="//www.mozilla.org/privacy/websites/">Datenschutz</a></li>
<li><a href="//www.mozilla.org/privacy/websites/#cookies">Cookies</a></li>
<li><a href="//github.com/mozilla/kuma">Zum Quelltext beitragen</a></li>
</ul>
</p>
</div>
</div>
<div class="column-strip">
<form class="languages go" method="get" action="/de/docs/Web">
<label for="language">Weitere Sprachen:</label>
<select id="language" class="wiki-l10n" name="next" dir="ltr">
<option value="/de/docs/Web/HTML/Element/head" selected>
Deutsch
</option>
<option value="/en-US/docs/Web/API/HTMLHeadElement">
English (US)
</option>
<option value="/ja/docs/Web/API/HTMLHeadElement">
日本語
</option>
<option value="/zh-CN/docs/Web/API/HTMLHeadElement">
中文 (简体)
</option>
<option value="/ru/docs/Web/API/HTMLHeadElement">
Русский
</option>
</select>
<noscript><button type="submit">Los</button></noscript>
</form>
</div>
</div>
</div></footer>
<!-- site js -->
<!--[if lte IE 8]><script type="text/javascript" src="https://developer.cdn.mozilla.net/static/build/js/selectivizr.091e18cf669b.js" charset="utf-8"></script><![endif]-->
<form id="_persona_login" method="post" action="/users/persona/signin" data-csrf-token-url="/users/persona/csrf" data-request='{"siteName": "Mozilla Developer Network", "siteLogo": "/static/img/opengraph-logo.png"}' data-persona-script="https://login.persona.org/include.js">
<input type="hidden" name="csrfmiddlewaretoken" value="" id="_persona_csrf_token" />
<input type="hidden" name="next" value="" id="_persona_next_url"/>
<input type="hidden" name="process" value="" id="_persona_process"/>
<input type="hidden" name="assertion" id="_persona_assertion"/>
</form>
<script type="text/javascript" src="https://developer.cdn.mozilla.net/static/build/js/main.4df460b33f9e.js" charset="utf-8"></script>
<script>
if(window.mdn && mdn.analytics) mdn.analytics.trackOutboundLinks();
</script>
<script type="text/javascript" src="https://developer.cdn.mozilla.net/static/jsi18n/de/javascript.40b447ee86b8.js"></script>
<script async type="text/javascript" src="https://developer.cdn.mozilla.net/static/build/js/wiki.72e6565fed8e.js" charset="utf-8"></script>
<script type="text/javascript">
(function($) {
$('#wikiArticle').children('h2[id]').each(function() {
var id = $(this).attr('id');
var href = '/de/docs/Web/HTML/Element/head$edit#' + id;
$('<a>').attr({
href: href,
'class': 'button section-edit only-icon'
})
.append($('<i aria-hidden="true" class="icon-pencil"></i>'))
.append($('<span>'))
.find('span')
.text(gettext('Edit'))
.end()
.on('click', function(e) {
e.preventDefault();
mdn.analytics.trackEvent({
category: 'Section Edit',
action: id
}, function() {
window.location = href;
});
})
.appendTo(this);
});
})(jQuery);
</script>
</body>
</html>