Comments | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Comments

How do you make text a comment?

26th Oct 2018, 2:57 PM
yusuf AR
yusuf AR - avatar
7 Answers
+ 6
in html a comment is <!-- some text here --> in C# a comment is // some text here or for a multi line comment /* some text here */
26th Oct 2018, 3:12 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 5
Js/c/C+/Java/php: //Single line comment /*Multi line comment*/ html, Pug, haml.etc: <!—Multi line comment(HTML only support Multiline comments.)—> py: # “””” ‘’’ ‘’’ Rb: # =begin=end
8th Nov 2018, 8:12 PM
Potato Hacker
Potato Hacker - avatar
0
Just print //
7th Dec 2021, 8:24 PM
Anastasiia
0
Hello.
21st Sep 2023, 4:15 PM
Milena Piltoyan
Milena Piltoyan - avatar
0
I whant to test.
21st Sep 2023, 4:16 PM
Milena Piltoyan
Milena Piltoyan - avatar
0
× 16-
21st Sep 2023, 4:19 PM
Milena Piltoyan
Milena Piltoyan - avatar
- 1
// and /*
6th Sep 2020, 1:39 PM
Tawfeeq Barik