Not able to link CSS and images

后端 未结 2 1857
青春惊慌失措
青春惊慌失措 2021-01-23 19:01

I am working on a Spring, Hibernate, JSP application. I am trying to display an image from my JSP page. The image not displayed on the browser. I am also not able to link my CSS

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 19:27

    You could use JSTL tag for this the same shoult do for images. .

    You also need to add to the page

    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    

提交回复
热议问题