Komentar HTML CSS dan JS

How I write comments for html, css, and js

Html
<!--!> Comment <-->

Javascript
// Comment //

CSS & Javascript
/*/ Comment /*/
Odd Octopus