HTML <메타> 콘텐츠 속성

❮ HTML <메타> 태그

예시

HTML 문서 내의 메타데이터 설명:

<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

정의 및 사용

속성 은 또는 속성 content과 관련된 값을 제공합니다 . http-equivname


브라우저 지원

Attribute
content Yes Yes Yes Yes Yes

통사론

<meta content="text">

속성 값

Value Description
text The content of the meta information

❮ HTML <메타> 태그