为什么加入图片然后显示裂开
<!DOCTYPE html><html>
<head>
<meta charset="UTF-8">
<title>第一个程序</title>
<meta name="keywords" content="黄博芮666">
<meta name="description" content="《健身指南》">
<meta name="author" content="brace">
<<meta http-equiv="refresh" content="100;https://man.ilovefishc.com/pageHTML5/img.html"
</head>
<body>
<h1>Hello</h1>
<img alt="Brace-LOGO" src="../img/斯蒂芬·库里(Stephen·Curry)壁纸 - 10.jpg">
<a href="https://www.bilibili.com/video/BV1QW411N762?p=3">学习中如果遇到不会的问题</a>
<p>I love u.com!</p>
</body>
</html>
C:\Users\86175\Desktop\1595997131(1).png 第 9 行多了个左尖括号,少了个右尖括号,这样就正常了:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>第一个程序</title>
<meta name="keywords" content="黄博芮666">
<meta name="description" content="《健身指南》">
<meta name="author" content="brace">
<meta http-equiv="refresh" content="100;https://man.ilovefishc.com/pageHTML5/img.html">
</head>
<body>
<h1>Hello</h1>
<img alt="Brace-LOGO" src="../img/斯蒂芬·库里(Stephen·Curry)壁纸 - 10.jpg">
<a href="https://www.bilibili.com/video/BV1QW411N762?p=3">学习中如果遇到不会的问题</a>
<p>I love u.com!</p>
</body>
</html> zltzlt 发表于 2020-7-29 18:02
第 9 行多了个左尖括号,少了个右尖括号,这样就正常了:
可能是那个路径问题 我随便找了在电脑里的一张图然后复制路径打开完是一个裂开的小图 brace 发表于 2020-7-29 19:24
可能是那个路径问题 我随便找了在电脑里的一张图然后复制路径打开完是一个裂开的小图
因为图片没加载成功
将图片名称改为拼音(英文),例如 curry.jpg <meta name="referrer" content="no-referrer">
楼主加上这个试试。
页:
[1]