Answers for "comentar css"

CSS
3

CSS comemnts

/* a css comment */
Posted by: Guest on September-22-2020
2

comment css

/* This is a single-line comment */
  

  /* this is a 
     multi-line
     comment    */
Posted by: Guest on February-17-2021
0

css comment

/* CSS comment 
	any line */

<!-- HTML comment
 	any line -->

// Javascript comment single line
/* Javascript comment 
	multiline */
Posted by: Guest on April-19-2021
0

comentarios en archivo scss

/* Comentario de una línea */

/* Comentario 
	de múltiples
     lineas */
Posted by: Guest on April-14-2020

Browse Popular Code Answers by Language