- all the elements can have the attribute
title="my text". It gives extra informations and usually goes inside the over tooltip.
ARIA (Accessible Rich Internet Applications)
Hide the element only for the screen reader
<div aria-hidden=true></div>Hide the element for everyone
<div hidden>you can't see this</div>