<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>Segundo HTML</TITLE>
</HEAD>
<BODY>
<P> Uma imagem </P>
<img src="C:/Users/Lucas/Pictures/Ogame.jpg" width="800" height="600">
</BODY>
</HTML>
The code above is not displaying the image, while running the html in the browser appears only the outline of the image with that error icon in it.
I do not know where I'm going wrong ...