HTML我无法加载图片?

时间:2015-07-30 07:19:15

标签: html image

我的图片不会在页面上加载?我不确定这里发生了什么,我现在已经使许多网站上升,但我认为我的代码中出错了。我正在尝试加载此图像,但它不会! :C

以下是代码:

<!DOCTYPE html>

<html>
	<head>
		<title>Error 404</title>
	</head>
	<body>
		<h1>Oops!</h1>
		<p>What you have just encountered is Error 404. This means that the page you were trying was not found. Try checking the <abbr title="Uniform Resource Locator">URL</abbr> for any mistakes. Even a small typo counts.</p>
		<p>If that doesn't work, we have provided a map of the site below. Click on anyone of the pages and you will be magically directed there.</p>
		<?php
			include 'sitemap.php';
		?>
		<hr />
		<p align="middle">Your IP address is <?php echo $_SERVER['REMOTE_ADDR']; ?>. You are visiting <b>danishhumair.base.pk</b>.</p>
		<a href="advertisement.php"><img src="advertisement.png" /></a>
	</body>
</html>

我也可以向您展示我的文件图片。

Screenshot

2 个答案:

答案 0 :(得分:2)

如果你正在使用Adblock尝试禁用它并重新加载页面,使用该名称,任何广告块扩展都将阻止图像加载。

答案 1 :(得分:1)

浏览器问题请参阅扩展程序