|
发表于 2020-7-29 18:02:52
|
显示全部楼层
第 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>
复制代码 |
|