且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

帮我在HTML中显示.png文件.

更新时间:2023-11-10 23:43:52

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

您的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>