h1, h2, h3, h4, h5 { color: red; } section { display: none; } section:has( h2:target ) { display: block; }