이 포스트는 김버그님의 김버그의 HTML&CSS 강의 학습 후 메모한 내용을 정리한 것입니다.
📸 Screenshot
📝 메모
이미지로 버튼 버튼으로 이미지
<button type="button" aria-label="open user menu">
<img src="./assets/image/blah.jpg" alt="blahblah" />
</button>
근데 스크린 리더 사용하시는 분들 입장에서는
갑자기 이미지가 뜬금없이 나오면 "이게 모지?" 할 수 있기 때문에
aria-label 속성에 간단한 text를 넣어주는 센스.
'HTML > learned_it_today' 카테고리의 다른 글
11. Feed (0) | 2020.10.15 |
---|---|
10. Input Group (feat. form, input, button) (0) | 2020.10.15 |
8. Receipt (0) | 2020.10.14 |
7. Instagram User Profile (feat. dl의 자식 dt와 dd. 그걸 묶는 div) (0) | 2020.10.14 |
6. Product Card (feat. strong, aria-label, aria-hidden) (0) | 2020.10.14 |