How to add comment in my code?

i want to add some points in my code for my ease. so please tell me that how can i add a comment in vs code editor.

For Html file use
Eg: https://www.w3schools.com/html/html_comments.asp
For Javascript file use //
Eg: //Write your comments here
For CSS file use /* */
Eg: / * Write your comments here */

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

no sir. i am asking that how can i add comment in vs code editor while making an html file?

Same method as shared in link for html above no different for vscode