想要达到一种插入一张图片旁边显示一段字,字是可以点击的带有链接。如下
<img src="C:\Users\xcc\Desktop\ASCII.jpg" alt="www.www.clashd" width="256px" height="256px">
<a href="http://xxxxx.com">学习中遇到不会的问题,提问哦~</a>
想要另一种效果显示图片没有字体点击图片跳转链接如下
<a href="http://xxxxx.com">
<img src="C:\Users\xxc\Desktop\ASCII.jpg" alt="www.www.clashd" width="256px" height="256px">
</a>
<a href="http://www.baidu.com" target="_blank">传送门
target指定链接打开在哪里,_blank 表示总是在新窗口打开