Include Directive
Aug 10, 2016
Make sure to subscribe to our newsletter and be the first to know the news.
Aug 10, 2016
Make sure to subscribe to our newsletter and be the first to know the news.
<body>
<h6>Welcome To Asterix Solution</h6><br>
<hr>
</body>
Footer.html
<body>
<hr>
<br>
<h6>This website is a copyright</h6>
</body>
IncludeJSP.jsp
<%@ page language="Java" %>
<html>
<body>
<%@ include file="Header.html" %>
<p> Please login..........</p>
>%@ include file="Footer.html" %>
</body>
</html>