HTML -CSS und JS -Kommentare
How I write comments for html, css, and js
Html
<!--!> Comment <-->
Javascript
// Comment //
CSS & Javascript
/*/ Comment /*/
Odd Octopus
How I write comments for html, css, and js
Html
<!--!> Comment <-->
Javascript
// Comment //
CSS & Javascript
/*/ Comment /*/