`:is`
pseudo-class selector applies the styles for any element that matches a selector listed in the arguments.header a:hover,nav a:hover,footer a:hover {text-decoration: underline;}
:is(header, nav, footer) a:hover {text-decoration: underline;}