为什么我的img没有加载到我的页面html中

  • 本文关键字:加载 html img html css
  • 更新时间 :
  • 英文 :


第一个图像加载权限,但第二个没有显示?

<p>Insert an image from a random web site:</p>
<img src="https://www.w3schools.com/images/lamp.jpg" alt="Lamp" width="32" height="32">
<img src="http://www.eventoscasua.com/GranjaCasua/images/arepas.jpg" width="32" height="32">

我认为非源(http(url

<p>Insert an image from a random web site:</p>
<img src="https://www.w3schools.com/images/lamp.jpg" alt="Lamp" width="32" height="32">
<img src="http://www.eventoscasua.com/granjacasua/images/arepas.jpg" width="32" height="32">

您可能没有使用该图像的权限(尝试使用同一网站上的其他图像,看看该图像是否显示(。此外,您可以添加"alt"属性(像第一张图像一样在其中添加简单文本(,以显示图像是否真的存在。

相关内容

  • 没有找到相关文章

最新更新