data: 약자(abbreviation) - abbr 태그

약자(abbreviation) - abbr 태그

Full Screen

약자(abbreviation) - abbr 태그



abbr




<abbr> 은 약자(abbreviation)임을 나타냅니다. title 속성을
함께 사용하여 툴팁으로 나오게 할 수 있습니다.





 



기본형




<abbr title="Xxx Yyy Zzz">XYZ</abbr>




title 속성에 약자의 뜻을 넣으면, 마우스를 약자 위에 올렸을 때 그 뜻이
툴팁으로 나옵니다.



 



예제




<p>
<abbr title="World Wide Web">WWW</abbr>
and
<abbr title="Hyper Text Markup Language">HTML</abbr>
</p>



class="codepen"
data-editable="true"
data-preview="true"
data-default-tab="result"
data-height="441"
data-pen-title="HTML abbr - 약자(abbreviation) reference abbr 예제"
data-slug-hash="MWyxapz"
data-theme-id="light"
data-user="LiveBlogger"
style="align-items: center; border: 2px solid; box-sizing: border-box; display: flex; height: 441px; justify-content: center; margin: 1em 0px; padding: 1em;"
>
로딩 중... 잠시만 기다려주세요.
자바스크립트를 허용해주세요.





Please write your comments