| 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 |
Tags
Webdevlopment
| 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 |