チートシートのHTML

PHPz
リリース: 2024-09-04 16:17:20
オリジナル
558 人が閲覧しました

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 要素は、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.