HTML實踐和路徑問題:圖片不顯示,相對路徑和絕對路徑-這是大部人的問題

<!DOCTYPE html>
<html lang="en">
<head>
? ? <meta charset="UTF-8">
? ? <title>Lightly-HTML-Project</title>
? ? <link type="text/css" rel="stylesheet" href="css/style.css" />
? ? <script type="text/javascript" src="js/script.js"></script>
</head>
<body>
? ? <div style="background-color :rgb(145, 179, 184);
? ? text-align: center;
? ? padding:50px;
? ? ">
? ? ? ? <img alt="我我我"
? ? ? ? ? ? src="https://re01-0gr7ypn1903611a0-1312802242.tcloudbaseapp.com/6c49a72f57bdd83d86b4733a3800761.jpg"
? ? ? ? ? ? width="110px" height="110px">
</div>
? ? <div style="
? ? max-width:760px;
? ? text-align:center;
? ? font-size:20px;
? ? margin:40px auto;
? ? line-height: 1.7;
? ? ">
? ? ? ? <p style="background-color:rgb(255, 255, 255);
? ? ? ? ">大家好,我是¥%#。來自河南省。</p>
? ? ? ? <p> 第一次做個人網(wǎng)頁,有點小緊張。</p>
? ? ? ? <p>不過沒事,我會繼續(xù)努力的。</p>
? ? </div>
? ? <div style="
? ? ?background-color:rgb(145,179,184);
? ? text-align:center;
? ? padding:40px;
? ? font-size:12px;
? ? ">
? ? ? ? <p>版權聲明:Copyright ? 2022 ¥%#</p>
? ? ? ? <a href="https://space.bilibili.com/347795092";>¥%#</p>
? ? </div>
</body>
</html>