Css – How can i affect all content within a tag except a specific child tag
i have the following code example i am trying to affect all h1 content except the <strong> content i tried using the child combinator and the :first-child selector and couldnt, thanks in advance h1 { background-color: aqua; } /* option…