• Skip to main content
  • Skip to search
  • Skip to select language
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Technology

      Web technology reference for developers

  • Guides
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • MDN Plus
    • Overview

      More MDN. Your MDN.

    • FAQ

      Frequently asked questions about MDN Plus

  • Already a subscriber?
  • Get MDN Plus
  1. Webtechnologien für Entwickler
  2. Web API Referenz
  3. head

Der Inhalt dieser Seite wurde von der Community übersetzt, jedoch wird er nicht mehr aktiv gepflegt und kann daher veraltet sein. Wenn du mithelfen möchtest, kannst du hier herausfinden wie deaktivierte Übersetzungen reaktiviert werden können.

Related Topics

  1. <b>
  2. <h1>-<h6>
  3. <hr>
  4. <html>
  5. <iframe>
  6. <ol>
  7. <p>
  8. <strong>
  9. <ul>
  10. <var>
  11. HTML Elements
    1. A
      1. <a>
      2. <abbr>
      3. <acronym>
      4. <address>
      5. <applet>
      6. <area>
      7. <article>
      8. <aside>
      9. <audio> (en-US)
    2. B
      1. <b>
      2. <base>
      3. <basefont> (en-US)
      4. <bdi>
      5. <bdo>
      6. <bgsound>
      7. <big>
      8. <blink>
      9. <blockquote>
      10. <body>
      11. <br>
      12. <button> (en-US)
    3. C
      1. <canvas>
      2. <caption>
      3. <center>
      4. <cite>
      5. <code>
      6. <col>
      7. <colgroup> (en-US)
      8. <content> (en-US)
    4. D
      1. <data>
      2. <datalist>
      3. <dd>
      4. <del>
      5. <details>
      6. <dfn> (en-US)
      7. <dialog>
      8. <dir>
      9. <div>
      10. <dl>
      11. <dt>
    5. E
      1. <em>
      2. <embed>
    6. F
      1. <fieldset>
      2. <figcaption> (en-US)
      3. <figure> (en-US)
      4. <font>
      5. <footer>
      6. <form> (en-US)
      7. <frame>
      8. <frameset> (en-US)
    7. G H
      1. <heading_elements>
      2. <head>
      3. <header>
      4. <hgroup> (en-US)
      5. <hr>
      6. <html>
    8. I
      1. <i>
      2. <iframe>
      3. <img>
      4. <input>
      5. <ins>
    9. J K
      1. <kbd> (en-US)
      2. <keygen> (en-US)
    10. L
      1. <label> (en-US)
      2. <legend>
      3. <li>
      4. <link>
    11. M
      1. <main>
      2. <map>
      3. <mark> (en-US)
      4. <marquee>
      5. <menu> (en-US)
      6. <menuitem> (en-US)
      7. <meta> (en-US)
      8. <meter> (en-US)
    12. N
      1. <nav>
      2. <nobr> (en-US)
      3. <noframes> (en-US)
      4. <noscript>
    13. O
      1. <object>
      2. <ol>
      3. <optgroup>
      4. <option>
      5. <output> (en-US)
    14. P
      1. <p>
      2. <param> (en-US)
      3. <picture>
      4. <plaintext> (en-US)
      5. <pre>
      6. <progress>
    15. Q
      1. <q>
    16. R
      1. <rp> (en-US)
      2. <rt> (en-US)
      3. <rtc> (en-US)
      4. <ruby> (en-US)
    17. S
      1. <s>
      2. <samp> (en-US)
      3. <script> (en-US)
      4. <section>
      5. <select> (en-US)
      6. <shadow>
      7. <slot> (en-US)
      8. <small> (en-US)
      9. <source> (en-US)
      10. <spacer> (en-US)
      11. <span> (en-US)
      12. <strike> (en-US)
      13. <strong>
      14. <style> (en-US)
      15. <sub> (en-US)
      16. <summary>
      17. <sup> (en-US)
    18. T
      1. <table>
      2. <tbody> (en-US)
      3. <td>
      4. <template>
      5. <textarea> (en-US)
      6. <tfoot> (en-US)
      7. <th> (en-US)
      8. <thead> (en-US)
      9. <time>
      10. <title>
      11. <tr>
      12. <track> (en-US)
      13. <tt>
    19. U
      1. <u>
      2. <ul>
    20. V
      1. <var>
      2. <video>
    21. W
      1. <wbr> (en-US)
    22. X Y Z
      1. <xmp> (en-US)

head

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.

Beispiel

<html>
  <head>
    <title>Seitentitel</title>
  </head>
</html>

Spezifikationen

  • HTML 4.01 #head
  • HTML5 #head

Last modified: 11. Feb. 2021, by MDN contributors

Your blueprint for a better internet.

  • MDN on Twitter
  • MDN on GitHub

MDN

  • About
  • Hacks Blog
  • Careers

Support

  • Product help
  • Report a page issue
  • Report a site issue

Our communities

  • MDN Community
  • MDN Forum
  • MDN Chat

Developers

  • Web Technologies
  • Learn Web Development
  • MDN Plus
  • Website Privacy Notice
  • Cookies
  • Legal
  • Community Participation Guidelines

Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2022 by individual mozilla.org contributors. Content available under a Creative Commons license.