html 图像上的文字

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 图像上的文字相关的知识,希望对你有一定的参考价值。

<style="text/css">

.image span {
   position: absoulte;
   left: 0;
}

</style>

<div class="image">
   <img src="path to the image" alt="" />
      <span>Text on the image</span>
</div>

以上是关于html 图像上的文字的主要内容,如果未能解决你的问题,请参考以下文章

如何阅读写在图像上的文字?

CSS 内嵌图像上的文字

HTML5 Canvas:图像上的文本绘制在图像更改时停止显示

C# html 电子邮件 - 图像上的 Div/文本

突出显示图像上的文字,类似于谷歌翻译应用程序

图片鼠标悬停上的文字?