What is the complete list of "comments" type code for website code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the complete list of "comments" type code for website code?

30th Jul 2017, 5:34 PM
Hikeem Sosa
2 Answers
+ 2
HTML comment: <!-- Your comment here. Can be multiple lines. --> CSS comment: /* Your comment here. Can be multiple lines. */ Javascript comment: // Your comment here. Single line only. /* Your comment here. Can be multiple lines */ PHP comment: // Your comment here. Single line only. # Your comment here. Single line only. /* Your comment here. Can be multiple lines. */ SQL Comments: -- Your comment here. Single line only. /* Your comment here. Can be multiple lines */
30th Jul 2017, 5:43 PM
Christian Barraza
Christian Barraza - avatar
+ 2
you mean the comments which user inputs ?
30th Jul 2017, 6:04 PM
_Retr0/-
_Retr0/- - avatar