Data sorted as HTML comment and JSP comment?
Comments Comments are ignored by JSP-to-servlet translator. Two types of comments are possibly
used in JSP.
HTML comment: These comments are shown in browser, means on taking view source of the web
page; these sorts of comments can be read. Format of HTML comments is like to
: <!-- comment text--> –
JSP comment: These comments are not displayed in browser and have format like:
<%-- comment text --%>
used in JSP.
HTML comment: These comments are shown in browser, means on taking view source of the web
page; these sorts of comments can be read. Format of HTML comments is like to
: <!-- comment text--> –
JSP comment: These comments are not displayed in browser and have format like:
<%-- comment text --%>
Data sorted as HTML comment and JSP comment?
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: