Answers for "html css and js comments"

0

html css and js comments

How I write comments for html, css, and js

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

Javascript
// Comment //

CSS & Javascript
/*/ Comment /*/
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language