Bild wird nicht angezeigt

Bild wird nicht angezeigt

Your code so far

      <!DOCTYPE html-->
<main>
	<h1>Labrador Redriver</h1>
	<p>
		<img src="http://weber-pc-werbung.de/TinaRahmen.jpg" alt="Labrador">
	</p>
</main>

Your browser information:

Mein Bild wird in Chrome nicht angezeigt.
Bei Firefox funktioniert jedoch alles.
Was kann die Ursache dafür sein ?
Vielen Dank für die Hilfe.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

I think that the reason that you are having problems with Chrome is because the image source uses http protocol instead of https protocol. Because it is less secure, Chrome will block the http source.