给图片添加超链接的疑问
为什么我给图片添加了链接,但是鼠标移动到图片上以及点击图片浏览器一点反应都没有。{:9_241:}代码发上来试试,按理来说应该可以跳转吧
你把审查元素关掉试试
每次我开启审查元素时都不能跳转
如果还不行麻烦发代码 Twilight6 发表于 2022-9-18 10:45
代码发上来试试,按理来说应该可以跳转吧
<!DOCTYPE html>
<html>
<head>
<title>meta的应用</title>
<meta charset="UTF-8">
<meta name = "keywords" conent = "chaofeng,haha">
<meta name = "description" content = "sun,chaofeng">
<meta name = "author" content = "chaofeng">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Hello,Chaofeng!</h1>
<a herf = "https://www.bilibili.com/bangumi/play/ep36852?from=search&seid=13237390413830868033&from_spmid=666.25.episode.0&from_outer_spmid=333.337.0.0" target = "_blank">
<img src = "神尾观铃.png" alt = "air" width = "800">
</a>
</body>
</html>
代码是这个样子的 高山 发表于 2022-9-18 14:20
你把审查元素关掉试试
每次我开启审查元素时都不能跳转
如果还不行麻烦发代码
我试着打开又关闭还是不行
代码是这个样子
<!DOCTYPE html>
<html>
<head>
<title>meta的应用</title>
<meta charset="UTF-8">
<meta name = "keywords" conent = "chaofeng,haha">
<meta name = "description" content = "sun,chaofeng">
<meta name = "author" content = "chaofeng">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Hello,Chaofeng!</h1>
<a herf = "https://www.bilibili.com/bangumi/play/ep36852?from=search&seid=13237390413830868033&from_spmid=666.25.episode.0&from_outer_spmid=333.337.0.0" target = "_blank">
<img src = "神尾观铃.png" alt = "air" width = "800">
</a>
</body>
</html> 水边的小姑娘 发表于 2022-9-19 19:02
我试着打开又关闭还是不行
代码是这个样子
噗, href你写成了 herf
Twilight6 发表于 2022-9-19 20:04
噗, href你写成了 herf
{:5_100:}我是呆b
页:
[1]