What is the difference between span.bold and span .bold (with a space) as CSS Selectors while span is an HTML Tag and .bold is a class?
In chrome dev tools, they use a lot without the space (span.bold)
span .bold should be the class = ‘bold’ inside a span element. but span.bold ?