In CSS, * will match any element.
*
Frequently, *|* is used instead of * to match all elements. This is generally used for testi
*|*
| is used to match select specific elements. Both are selector used for our testing purpose