JavaScript supports three different types of comments:
1. Multiple-line C-style comments. Everything between /* and */ is a comment,
for example:
/* This i...
Using Rem keyword, you can add as many lines of comments as you want.
Also single quotes can b e used to add comments
Example:
Rem This line is ignored
Re...
Yes. Comments can be written anywhere where whitespace is allowed and are treated as white space themselves. Anything written between /* and */ is treated as a...
There may be several different reasons behind that, but one very common mistake is to have an external stylesheet that contains HTML markup in some form.
An...
REM can be used to comment a single line, but it will be processed by the comp. processor;
Single and multiple line commenting:
/* PeopleCode stmts
---...
Yes. Comments can be written anywhere where whitespace is allowed and are treated as white space themselves. Anything written between /* and */ is treated as a...
There are two types of comments are allowed in the JSP. These are hidden and output comments. A hidden comments does not appear in the generated output in the h...