图像不在网页中显示,但链接到图像工作

时间:2016-01-26 16:20:36

标签: html image

我正在建立一个网页,并在页面中包含以下代码:

<a href="#"><img alt="chat" href="images/chat.jpg">Chat now</a>

图像&#34; chat.jpg&#34;位于images文件夹中,与index.html位于同一文件夹中,如果我浏览到&#34; localhost / site / images / chat.jpg&#34;它显示但它没有显示在&#34; localhost / site / index.html&#34;的索引页面中。 我已经尝试将href更改为&#34; /site/images/chat.jpg"同样的事情发生了。

2 个答案:

答案 0 :(得分:5)

href元素没有img属性。您正在寻找the src attribute

Validators是有用的工具。

答案 1 :(得分:1)

这适用于您的问题。

Action.includes(:parents)