如何使悬停时出现文本 [悬停在任何按钮上时通常出现的黄色背景文本]

How to make text appear on hover [ the yellow background text that generally appear when we hover on any button ]

如何使悬停时显示文本。 [就像我们将鼠标悬停在“youtube”或帮助图标上时出现的黄色背景文本]

<img src="1.jpg" class="names">

我希望当我们将鼠标悬停在该图片上时显示该文本

您需要使用 html 中的标题选择器。这将显示您输入的任何文本。

<img src="1.jpg" title="image 1"/>