Practice ยท 1 of 3
Name the Icon Buttons
Build a toolbar with three icon-only buttons โ close, search, settings โ each named with aria-labelledby pointing at visually hidden text (use the hidden attribute or a class), each <svg> icon marked aria-hidden="true". Add one normal text button labeled Save โ which must NOT carry an aria-label (it names itself).
Difficulty: advanced
Press Submit to check your solution.
Back to lesson: Practice: Accessible Names โ Practice