Html – Selecting all elements but one
I'm coding a dropdown, but don't want an element with the class .dropdown-content, nor the tag <div> with :hover, but instead, all tags (excluding <div>s and .dropdown-content). I have no idea what to put there as I don't have any…