I have this CSS:
And this HTML:<
Useful:
.tab#tabControl { display:block; } .tab:not(:target) { display:none; } .tab:target ~ #tabControl { display:none; }