Does html elements have an attribute which will display given text on hover [duplicate]

I was looking for a way to make some text visible on hover, since i wanted to add this to every element i was thinking whether there was an easy solution.

what i tried is to do is with onMouse enter event. But this seems to be a long process considering the amout of elements.