HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
접근가능한 리치 인터넷 어플리케이션(Accessible Rich Internet Applications, ARIA)는 보조 기술 사용자의 요구에 맞게 HTML에 의미 체계 및 기타 메타데이터를 추가하기 위한 W3C 명세입니다.
예를 들어, role="alert" 속성을 <p> tag 추가하여 시각 장애가 있는 사용자에게 정보가 중요하고 시간에 민감합니다(텍스트 색상을 통해 전달할 수도 있습니다).
role="alert"
<p>
aria-*