Java 2 old Papers Solution 2018 || BIM STUDY NOTES

year 2018   Create a HTML document that contains header information of a page and include this HTML as a header file in header.html

include.jsp <html> <body> <%@include file = “header.html” %> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p></body> </html> 3.  Create […]

Continue Reading