HTML.......
페이지 제목
제목입니다
이것은 단락입니다.
HTML 요소는 HTML 페이지의 빌딩 블록입니다. HTML 구성을 사용하면 이미지 및 대화형 양식과 같은 기타 개체를 렌더링된 페이지에 포함할 수 있습니다. HTML은 제목, 단락, 목록, 링크, 인용문 및 기타 항목과 같은 텍스트의 구조적 의미를 표시하여 구조화된 문서를 만드는 수단을 제공합니다. HTML 요소는 꺾쇠 괄호를 사용하여 작성된 태그로 구분됩니다. 과 같은 태그를 지정하고 콘텐츠를 페이지에 직접 소개합니다. 다음과 같은 기타 태그
문서 텍스트에 대한 정보를 제공하고 다른 태그를 하위 요소로 포함할 수 있습니다. 브라우저는 HTML 태그를 표시하지 않지만 이를 사용하여 페이지의 내용을 해석합니다.
HTML은 JavaScript와 같은 스크립팅 언어로 작성된 프로그램을 포함할 수 있으며, 이는 웹 페이지의 동작과 콘텐츠에 영향을 미칩니다. CSS를 포함하면 콘텐츠의 모양과 레이아웃이 정의됩니다. HTML의 이전 관리자이자 현재 CSS 표준의 관리자인 W3C(World Wide Web Consortium)는 1997년부터 명시적인 프레젠테이션 HTML보다 CSS를 사용하도록 권장했습니다.
HTML에 대한 최초의 공개된 설명은 1991년 후반에 Tim Berners-Lee가 인터넷에서 처음 언급한 "HTML 태그"라는 문서였습니다. 이 문서에서는 초기의 비교적 단순한 HTML 디자인을 구성하는 18개의 요소를 설명합니다. 하이퍼링크 태그를 제외하고 이들은 CERN의 사내 SGML(Standard Generalized Markup Language) 기반 문서 형식인 SGMLguid의 영향을 많이 받았습니다. 이러한 요소 중 11개는 여전히 HTML 4에 존재합니다.
몇 가지 중요한 태그:
태그 설명
설명을 정의합니다.
문서 유형을 정의합니다.
Defines a hyperlink
Defines an abbreviation or an acronym
Not supported in HTML5. Use instead.
Defines an acronym
Defines contact information for the author/owner of a document
Not supported in HTML5. Use or instead.
Defines an embedded applet
Defines an area inside an image map
Defines an article
Defines content aside from the page content
Defines embedded sound content
Defines bold text
Specifies the base URL/target for all relative URLs in a document
Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
Isolates a part of text that might be formatted in a different direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big text
Defines a section that is quoted from another source
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a table caption
Not supported in HTML5. Use CSS instead.
Defines centered text
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a element
Specifies a group of one or more columns in a table for formatting
Adds a machine-readable translation of a given content
Specifies a list of pre-defined options for input controls
Defines a description/value of a term in a description list
Defines text that has been deleted from a document
Defines additional details that the user can view or hide
Specifies a term that is going to be defined within the content
Defines a dialog box or window
Not supported in HTML5. Use instead.
Defines a directory list
Defines a section in a document
Defines a description list
- Defines a term/name in a description list
Defines emphasized text
Defines a container for an external application
Groups related elements in a form
Reference
이 문제에 관하여(HTML.......), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/kingskalyan/html-541d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a table caption
Defines centered text
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a element
Specifies a group of one or more columns in a table for formatting
Adds a machine-readable translation of a given content
Specifies a list of pre-defined options for input controls
Defines a description/value of a term in a description list
Defines text that has been deleted from a document
Defines additional details that the user can view or hide
Specifies a term that is going to be defined within the content
Defines a dialog box or window
Not supported in HTML5. Use instead.
Defines a directory list
Defines a section in a document
Defines a description list
- Defines a term/name in a description list
Defines emphasized text
Defines a container for an external application
Groups related elements in a form
Reference
이 문제에 관하여(HTML.......), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/kingskalyan/html-541d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)