Hypertext Markup Language라고도 불리는 HTML은 웹 애플리케이션과 페이지를 개발하는 데 사용됩니다. HTML은 W3C와 WHATWG에 의해 설계되고 개발되었습니다. HTML이 처음 등장한 것은 1993년이니 지금으로부터 25년 전입니다. 최신 버전은 HTML 5.x입니다. 파일 확장자는 .html 또는 .htm이며 ISO/IEC, W3C 및 HTML 최신 권장 표준에 따라 개발되었습니다. JavaScript와 CSS(Cascading Style Sheets)는 World Wide Web 기술에서 HTML을 더욱 강력하게 만듭니다.
HTML 요소는 HTML 웹페이지의 핵심 구성요소입니다. 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. | |||||||||||
Free Tips and Tricks for Using Cheat Sheet HTML CommandsHere are the tips and tricks as follows:
|