HTML DOM Abbreviation 객체

Abbreviation 객체

Abbreviation 객체는 HTML <abbr> 요소를 대표합니다。

Abbreviation 객체 접근

getElementById()를 사용하여 <abbr> 요소에 접근할 수 있습니다:

예제

var x = document.getElementById("myAbbr");

직접 시험해 보세요

Abbreviation 객체 생성

당신은 document.createElement() 메서드를 사용하여 <abbr> 요소를 생성할 수 있습니다:

예제

var x = document.createElement("ABBR");

직접 시험해 보세요

표준 속성과 이벤트

Abbreviation 대상이 지원하는 표준속성하고이벤트

관련 페이지

HTML 참조서:HTML <abbr> 태그