Heim  >  Artikel  >  Web-Frontend  >  Spickzettel HTML

Spickzettel HTML

PHPz
PHPzOriginal
2024-09-04 16:17:20560Durchsuche

HTML, oft auch Hypertext Markup Language genannt, wird zur Entwicklung von Webanwendungen und Seiten verwendet. HTML wurde von W3C und WHATWG entworfen und entwickelt. HTML erschien erstmals im Jahr 1993, also vor 25 Jahren. Die neueste Version ist HTML 5.x. Die Dateierweiterung lautet .html oder .htm und wurde von ISO/IEC, W3C und den neuesten HTML-Empfehlungsstandards entwickelt. JavaScript und CSS (Cascading Style Sheets) machen HTML in den World Wide Web-Technologien noch leistungsfähiger.

Elemente und Inhalte im Spickzettel HTML

HTML-Elemente sind die Schlüsselkomponenten von HTML-Webseiten. HTML-Tags stellen Elemente dar und werden in geschlossene spitze Klammern eingeschlossen. HTML kann Skripte wie JavaScript-Programme in Form der Einbettung in seinen Code in seinen Inhalt einbinden. HTML-Elemente ohne Inhalt werden als leere Elemente bezeichnet. Jedes HTML-Element enthält ein Start-Tag und ein End-Tag. Nachfolgend finden Sie eine Liste der genannten Cheat Sheet-HTML-Elemente, die verschiedene Arten von Funktionen bezeichnen:

ELEMENT DESCRIPTION
HTML ELEMENTS

This tag defines a paragraph.
This defines a hyperlink that links one web page to another web page. Href is the most important attribute in element.
This tag serves as a container, hiding the implementation of other page elements.

The Line Break Element uses this tag to break the line.

The Page Title, which is more important, uses this tag as a header element to display the heading content.

The Page Title uses this tag as a header.

The Tertiary Heading uses this tag as the header.

This tag functions as a Quaternary Heading, serving as a header.
This tag is used to display Bold Text.
This tag is used to display Italic Text.
This tag is used to display Underlined Text using the style attribute.
Use this tag to define abbreviations.