在CSS里添加代码实现点击图片跳转到index.htm

html-css051

在CSS里添加代码实现点击图片跳转到index.htm,第1张

直接给图片加个链接不就行了吗?

<a href="index.html" tilte='"><img src="" width="" height="" alt="" /></a>

欢迎继续追问。

这个跳转页面是通过 a标签的href属性 href 里是 跳转的入境 可以是本地也可以是网址:例如:

<a href="https://www.baidu.com"></a>