Home > Java > javaTutorial > body text

How to comment code in jsp

little bottle
Release: 2019-05-31 15:40:46
Original
10877 people have browsed it

The full name of jsp is Java Server Page, which is translated into Chinese as java service page. It is a dynamic web page technology standard. JSP is deployed on the web server and can respond to requests sent by the client and dynamically generate web pages of HTML, XML or other format documents based on the request content, and then return them to the requester. In this article, the editor will tell you how to annotate jsp code.

How to comment code in jsp

Mainly introduces the following JSP comment methods:

(1). HTML comments in JSP pages

HTML comments in JSP pages are created using "". Its specific form is as follows: