Im trying to get this basic image to show up on my webpage but it just wont for some stupid reason. I have my .html file in the same folder as my images folder but idk if what im doing wrong
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<header>
<h1>this is a website</h1>
</header>
<main>
<article>
<h2>
First page of the first page
</h2>
<p>
below is a picture of a slime
</p>
<img src="imagesFolder/slime.png" alt = "this is a picture of a slime">
</article>
</main>
</body>
images%20Folder/slime.png
or else check the file path.