>  기사  >  웹 프론트엔드  >  치트 시트 HTML

치트 시트 HTML

PHPz
PHPz원래의
2024-09-04 16:17:20561검색

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 태그는 요소를 나타내며 닫힌 꺾쇠괄호로 묶입니다. 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.