Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<data>

개요

HTML <data> 요소는 컨텐트를 기계판독 해석과 연결합니다. 만약 컨텐트가 시간이나 날짜와 관련되어있다면, <time>이 사용되어야합니다.

속성

이 요소는 전역 속성을 포함합니다

value
이 속성은 요소의 컨텐트의 기계판독 번역본을 나타냅니다.

예제

밑의 예제는 상품의 이름을 표시하지만 각 이름과 관련된 UPC 코드도 표시합니다.

<p>새로운 상품들</p>
<ul>
 <li><data value="3967381398">미니 케찹</data></li>
 <li><data value="3967381399">점보 케찹</data></li>
 <li><data value="3967381400">메가 점보 케찹</data></li>
</ul>

명세

명세 상태 주석
WHATWG HTML Living Standard
The definition of '<data>' in that specification.
Living Standard Recommendation으로부터 변화 없음.
HTML5
The definition of '<data>' in that specification.
Recommendation 초기 정의.

브라우저 호환성

특징 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support Not supported 22.0 (22.0) bug 839371 Not supported Not supported Not supported
특징 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported Not supported Not supported Not supported Not supported

참고

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,