Hi @Malik !
Nice to know about you and thanks for answering me.
Let me tell you that I resolved the problem after trying many images but I still don’t know what happened. Why does that little square appeared. My console shows this:
" Cross-Origin Read Blocking (CORB) blocked cross-origin response "
<html>
<head>
<title>My first page</title>
</head>
<body>
<h1>This is the title</h1>
<h2>This is the smaller title</h2>
<h3>This is the smaller title3</h3>
<p>welcome to ivan on Tech coding course</p>
<h1>Our list!</h1>
<ul>
<li>Step one</li>
<li>Step two</li>
<li>Step three</li>
</ul>
<a href="https://www.google.com.pe">click me to go to Google</a>
<br>
<img src="https://en.wikipedia.org/wiki/Odd-eyed_cat#/media/File:IMG-20200708-WA0006.jpg">
</body>
</html>