coma and space | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

coma and space

Is there any tricks or any hint to remember when to use coma(,) separated values and space separated values ,I am confused between these two

14th Feb 2020, 1:11 AM
Sagar Hiremath
1 Respuesta
+ 5
"div,span" selects all div and all span elements. "div span" selects all span elements that are descendants of a div element.
14th Feb 2020, 2:18 AM
Kevin ★