arialabelledby
aria-labelledby is an accessibility attribute used in web development to provide an accessible name for an element by referencing the id(s) of other elements that contain label text. The accessible name is what screen readers announce to users, helping to convey the purpose of interactive controls and other elements.
The value of aria-labelledby consists of one or more id values separated by spaces. The text content
A common use is to pair a visible label with an element that has no visible label,
Best practices include using aria-labelledby when there is existing visible text that should be reused as the