Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Adding a Title | Metadata and the Head Element
Introduction to HTML

bookAdding a Title

The <head> element and the elements within it, such as the <title> and <meta> elements, provide important information about an HTML document that is not displayed in the main body of the page. Web browsers or search engines typically use this information to provide context or metadata about the document.

The <title> element, found within the <head> section, specifies the document's title.

The <meta> element is used to specify metadata about the document.

For example, the following code shows how to use the <meta> element to specify the author and description of an HTML document:

index.html

index.html

copy

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 3. Kapitel 1

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Awesome!

Completion rate improved to 3.45

bookAdding a Title

Swipe um das Menü anzuzeigen

The <head> element and the elements within it, such as the <title> and <meta> elements, provide important information about an HTML document that is not displayed in the main body of the page. Web browsers or search engines typically use this information to provide context or metadata about the document.

The <title> element, found within the <head> section, specifies the document's title.

The <meta> element is used to specify metadata about the document.

For example, the following code shows how to use the <meta> element to specify the author and description of an HTML document:

index.html

index.html

copy

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 3. Kapitel 1
some-alt