帮我在HTML中显示.png文件. [英] Help me to display .png file in the HTML.

查看:777
本文介绍了帮我在HTML中显示.png文件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在此HTML文件中显示.png图像.您可以看到此被阻止的图像

(graph_legend.png)在页面的几乎中间位置.我使用
生成了该html文件
用于某些代码分析的名为deoxygen的免费软件工具,但此.png图像不是

显示,该怎么办?来人帮帮我.请找到附件.

I want display the .png image in this HTML file. You can see this blocked image

(graph_legend.png) at almost middle of the page. I generated this html file using a

freeware tool called deoxygen for some code analysis but this .png image is not

displaying, what to do? some body help me. Please find the attachment.

推荐答案

请找到附件?你是认真的吗?谁会为您找到您的附件"?

您的HTML应该包含类似
的内容
Please find the attachment? Are you serious? Who will find your "attachment" for you?

Your HTML should include something like
<img src="graph_legend.png" />



就这样.

-SA



That''s it.

—SA


< html>
< body>

< h2>图片标题名称</h2>
< img border ="0" src =带有扩展名(hill.png)的图像名称" alt =名称" width ="304" height ="228"/>

</body>
</html>
<html>
<body>

<h2>picture title name </h2>
<img border="0" src="image name with extension (hill.png) " alt="name" width="304" height="228" />

</body>
</html>


这篇关于帮我在HTML中显示.png文件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆