Suppose the website contain several div elements, some of which has a img child, while some don't. Is it possible to select those who possess a img child in one single querySelector statement? What if it is grandchild?
Is it do-able via the :not() pseudo-selector? 
 
     
    