what does this code mean span aria-hidden="true" code example
Example: aria-hidden in html
When a user views the html page, elements with the hidden attribute should not be visible.
Aria-hidden attributes indicate that the element and
ALL of its descendants are still visible in the browser
, but will be invisible to accessibility tools, such as
screen readers.