1
<!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 above code is not displaying the image, when running html in the browser only the image border appears with that error icon on it.
I don’t know where I’m going wrong...
If you have tried the above solutions and do not solve them, try changing the file extension to PNG. <img src="C:/Users/Lucas/Pictures/Ogame.png" width="800" height="600">
– Iara Karolina