coma and space | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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 ā˜