This article mainly introduces the comment symbols in the HTML, the notation symbol and the annotation symbol instance parsing, next let's look at this article together
The first thing we need to know is what is the comment symbol in HTML?
The
Java provides three types of comments:
Single-line (c ++-style) CommentsThe simplest comment in Java is the single line comment. It starts with two forward slashes and continues to the end of the line. For example:Figure 1: single-line
The comment module for my bi project was originally done with a multi-plug-in, but I now want to be able to manage comments myself, so I started to write a comment module. The specific preparation uses a structure similar to the following comment,
For example: A message, B with @ replied to A, so B's reply may be like this:
@aHow much did you have?
That is, when the mouse hovers over the @a, a comment is displayed in a suspended area.
Implementation stepsHere we will take the Inove theme
Some optimization methods of guest comment function in WordPress, wordpress comment function
A few days ago to see a Blog (Forget the name and URL) has a fairly useful comment function. After the guest message, the Data entry box is hidden, as if
I. Syntax for HTML annotationsSecond, the use of HTML annotations1, General Comments (enhance the readability of the code) Convenient for others: easy for other programmers to understand your codeConvenience: Easy to understand and revise your own
Comments are represented in the DOM by the comment type. The Comment node has the following characteristics:
The value of NodeType is 8;
The value of the NodeName is "#comment";
The value of the NodeValue is the content of the
I. Summary. NET allows developers to insert XML annotations into their source code, which is especially useful when collaborating with multiple developers. The C # parser can extract these XML tags from the code file and make further processing as
A few days ago to see a Blog (Forget the name and URL) has a fairly useful comment function. After a guest message, the Data entry box will be hidden as if logged in. Visitors can choose to modify the relevant information before commenting. Give
A few days ago to see a Blog (Forget the name and URL) has a fairly useful comment function. After the guest message, the Data entry box is hidden, as if it were logged in. Visitors can choose to modify the relevant information before commenting.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.