|

楼主 |
发表于 2022-9-19 19:02:39
|
显示全部楼层
我试着打开又关闭还是不行
代码是这个样子
- <!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>
复制代码 |
|