How to include static files in a jsp?
Answer / Bhavana Devi
Include static files (like CSS, JavaScript, images) in JSP by using the `<img>`, `<link>` or `<script>` tags with the file path relative to your web app's root directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between include directive and include action in jsp?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is request scope in jsp?
How do I set password expire time period?
What are different types of comments in jsp?
Explain the difference between servletcontext and pagecontext in jsp?
What is tag file in jsp?
What is jsp language?
What are action tags?
How can we prevent implicit session creation in jsp?
how to make a jsp page threadsafe?
Define scriptlet, expression and declaration in jsp?