I have been trying to add an image for the past 2 days, I watched some feeds here, I have watched some videos on Youtube aswell and I have searched it on google, but it does not work. I have saved different images in the desktop and added in the visual studio code template where the index file is, but it does not work at all, it displays the alt attribute text, but it does not display the photo. Can somebody please tell me what is the issue? Thank you.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src = "Trulli.jpg" width = 100 height = 100>
</body>
</html>