Hi hoping for your help/ I have an interview tomorrow and as a test (as I know nothing!) I've been asked to find out what is wrong with the following.
<html>
<body>
<%
response.print("<h2>You can use HTML tags to format the text! ")
%>
</body>
</html>
There are 2 errors apparently. Can anyone help?
Thanks
<html>
<body>
<%
response.print("<h2>You can use HTML tags to format the text! ")
%>
</body>
</html>
There are 2 errors apparently. Can anyone help?
Thanks