在JSP页面中显示图像

时间:2011-08-21 09:29:13

标签: java jsp netbeans

我正在尝试使用图像标记在JSP页面上显示图像。我可以知道我应该使用的标签格式是什么吗?我已将图像存储在项目的“image”文件夹下。

1 个答案:

答案 0 :(得分:4)

结帐

<html>
<body>

<img src="angry.gif" alt="Angry face" width="32" height="32" />

</body>
</html>

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_test

你可能需要 SRC = “/ yourcontextroot /资源/图像/ yourpic.gif”