English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to add comments between the

tags. I tried the and it didnt work.

2006-11-11 23:51:58 · 4 answers · asked by f1avor_f1av 3 in Computers & Internet Programming & Design

4 answers

HTML Comments are


JavaScript comments are
// blah blah
and
/* blah blah */

VBscript comments are
rem blah blah
and
'blah blah

CSS comments, this is what you are looking for, are
/* blah blah */

You need to understand which language you are using.

2006-11-12 00:40:03 · answer #1 · answered by AnalProgrammer 7 · 1 2

that's not an answer, yet a remark to ShadowsEdge19 in view that he's complaining approximately human beings vote casting his answer down(and he does not enable e mail) @ShadowsEdge19 You have been voted down in view which you reported 2 issues that are evidently incorrect. First: "C++ has problem comparing string variables making use of the common == symbols, to verify that it to good paintings you'll be able to desire to apply the evaluate string approach " that's punctiliously fake. The == operator is totally and good defined for strings to do exactly what you may anticipate it to do. It compares them, first the size, then character by making use of character, for equality. If the lengths are distinctive, or any character does not tournament, it returns fake, in any different case, it returns genuine. 2nd: "if the string you enter is the comparable with the aid of fact the contents of A then the evaluate() approach will return a great one million fee, in any different case it is going to return 0." that's additionally thoroughly fake. The evaluate functionality returns 0 for equality. It returns a damaging fee if the string is to be seen much less(by making use of ASCII fee assessment) than the parameter string. And it returns a great fee if the string is greater than the parameter string.

2016-10-17 04:33:54 · answer #2 · answered by woodworth 4 · 0 0

You almost have it right you need to use:


Notice the // before the -->
That is your mistake and the mistake of these other writers.

2006-11-12 06:57:33 · answer #3 · answered by miketech_79 3 · 0 0

Use Bravenet Email Forms,

They also have a Email Form Builder

2006-11-12 00:02:27 · answer #4 · answered by Anonymous · 0 2

fedest.com, questions and answers