Heim > Artikel > Web-Frontend > Spickzettel HTML
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.
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. | |||||||||||
This tag is for inline framing and embeds another document in the current HTML document. | |||||||||||
This tag denotes a short quotation. | |||||||||||
This tag is used to define a section of a quote that is quoted from another source | |||||||||||
This tag is used to insert and define an image on an HTML web page. | |||||||||||
HTML SEMANTIC ELEMENTS | |||||||||||
This tag acts as a container tag for mentioning any HTML element inside it. | |||||||||||
This tag applies grouping and styles to the elements inline. | |||||||||||
This tag defines the self-contained content inside the HTML document. | |||||||||||
This tag displays a page section aside from the related section. | |||||||||||
This tag shows additional information that you can hide using the extra button option. | |||||||||||
This tag defines the header content of a section or document. | |||||||||||
This tag defines the footer content of its nearest or sectioning root element. | |||||||||||
This tag defines the links to other pages or parts within the same page. | |||||||||||
HTML NON SEMANTIC ELEMENTS | |||||||||||
This tag declares a form that contains many pairs. | |||||||||||
Trucs et astuces gratuits pour utiliser les commandes HTML de l'aide-mémoireVoici les trucs et astuces suivants :
|