<!DOCTYPE html>
<html>
<img src = "IMG_0688" />
<head>
<title>An Unexpected Journey</title>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<h1>GoalBike</h1>
<a class="btn" href="#">Get Started</a>
</div>
</body>
</html>
問題: 不能在HTML顯示圖像(從對比)。我的結果證明是頁面上的img圖標。 這裏是我以前的研究視頻: https://www.youtube.com/watch?v=Qerz5CQa2A8 這裏是我的結果的圖像: enter image description here如何在HTML顯示圖像
糾正轉寄此第一。 https://www.w3schools.com/html/ – user2584538