How to write coments in html, css, js and python

HTML <!--This is a comment in html -->
CSS /*this is a single line comment*/
/* This is a multi line comment and 
it works for both css and js for multi line*/
JS        //This is single line comment
Python #This is a comment

Post a Comment

Previous Post Next Post

Contact Form