HTML は、ハイパーテキスト マークアップ言語とも呼ばれ、Web アプリケーションやページの開発に使用されます。 HTML は W3C および WHATWG によって設計および開発されました。 HTML が初めて登場したのは 1993 年、今から 25 年前です。最新バージョンは HTML 5.x です。ファイル拡張子は .html または .htm で、ISO/IEC、W3C、および HTML の最新の推奨標準に従って開発されました。 JavaScript と CSS (カスケード スタイル シート) は、World Wide Web テクノロジにおいて HTML をさらに強力にします。
HTML 要素は、HTML Web ページの主要なコンポーネントです。 HTML タグは要素を表し、閉じ山括弧で囲まれます。 HTML には、コードに埋め込む形で JavaScript プログラムなどのスクリプトをコンテンツ内に含めることができます。コンテンツのない HTML 要素は空要素と呼ばれます。すべての HTML 要素には開始タグと終了タグが含まれます。以下は、さまざまな種類の機能を示す、言及されているチートシートの HTML 要素のリストです。
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. | |||||||||||
Petua dan Trik Percuma untuk Menggunakan Arahan HTML Helaian CheatBerikut ialah petua dan petua seperti berikut:
|