Home > Java > javaTutorial > How to comment code in jsp

How to comment code in jsp

little bottle
Release: 2019-05-31 15:40:46
Original
11061 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:

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
Install JAVA
From 1970-01-01 08:00:00
0
0
0
Unable to install java
From 1970-01-01 08:00:00
0
0
0
Can java be used as the backend of the web?
From 1970-01-01 08:00:00
0
0
0
Is this in Java language?
From 1970-01-01 08:00:00
0
0
0
Help: JAVA encrypted data PHP decryption
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template