HTML, often called Hypertext Markup Language, is used to develop web applications and pages. HTML was designed and developed by W3C & WHATWG. HTML first appeared in the year 1993, which is 25 years ago. The latest version is HTML 5.x. The file extension will be .html or .htm and was developed by ISO/IEC, W3C, and HTML latest recommendation standards. JavaScript and CSS (Cascading Style Sheets) further make HTML together more powerful in the World Wide Web technologies.
Elements and Content on Cheat Sheet HTML
HTML elements are the key components of HTML web pages. HTML tags represent elements and are enclosed within closed angle brackets. HTML can include scripts such as JavaScript programs inside its contents in the form of embedding in its code. HTML elements without any content are called empty elements. Every HTML element contains a start tag and an end tag. Below is the list of Cheat Sheet HTML elements mentioned, which denote different kinds of functionalities:
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.
The table on a web page is created using this tag.
This tag defines the self-contained composition within the HTML content.
チートシート HTML コマンドを使用するための無料のヒントとコツ
ヒントとコツは次のとおりです:
HTML には他にも、HTML で予約文字を表示するために使用される HTML エンティティと呼ばれる重要なキーワードがあります。たとえば、< の場合、または >テキスト内で記号が使用されている場合、これらは HTML 要素の山括弧タグと見なされ、コンテンツの表示中に HTML Web ページによって誤って解釈される可能性があります。
Cheat Sheet HTML Form では、テキスト フィールド、チェックボックス、送信ボタン、ラジオ ボタンなどのユーザー入力を収集するために、その中でさまざまな属性を定義する必要があります。
Form 要素内の select 要素には、value 属性を使用してさまざまなオプションのドロップダウンが表示されます。
HTML5 の Form 要素は
チートシート HTML バージョンは、HTML 4 および HTML5 を div 要素から名前付き要素に変換することで移行できます。たとえば、HTML 4 バージョンのヘッダー要素は
です。 HTML 5 バージョンでは のようになります。 nav、section、article、footer などの他のタグ要素も同様に実行できます。
HTML 5 には、以下に示すように、HTML Canvas、HTML SVG (Scalable Vector Graphics)、HTML Google マップなどのさまざまな機能があり、これらは最近の HTML バージョンの機能です。
Element
DESCRIPTION
Use to draw graphics on a web page
Use to display SVG graphics in the form of a container.
Use to add Google Maps to a web page in HTML.
Web 上のさまざまな種類のマルチメディアには、オーディオ、ビデオ、映画、アニメーション、画像、映画などがあります。
HTML API には、地理位置情報、ドラッグ/ドロップ、Web ストレージ、Web ワーカー、SSE などが含まれており、ユーザーはこれらを地理位置情報の位置特定、要素のドラッグ、ブラウザベースのストレージなどに利用できます。
結論
開発者は HTML Cheat Sheet を使用して Web ページを開発します。HTML の最新バージョン 5.x には、HTML 要素と Form タグにさまざまな特徴と機能があります。その他の異なる機能としては、HTML ローカルとブラウザーのセッション ストレージがあります。これらの機能は、JavaScript や CSS などの他のテクノロジとともに、リッチ インターネット アプリケーションとして Web ページの開発に非常に役立ちます。また、一方向の通信フォームであるサーバー イベント通知も備えています。チートシート HTML には、イベント、色、属性、Doctype、文字セット、URL エンコーディング、言語コードなどのさまざまな機能もあります。また、グラフィックスをレンダリングおよび表示するための JavaScript API である WebGL (Web Graphics Library) も含まれています。
The above is the detailed content of Cheat Sheet HTML. For more information, please follow other related articles on the PHP Chinese website!
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn