I\'d like to toggle a , but my requirement is that it must work with javascript turned off. I would like to select a hyperlink that sta
, but my requirement is that it must work with javascript turned off. I would like to select a hyperlink that sta
javascript
Here you go, skipper! (edit — updated for science)
HTML:
Click Here Hello. This is some stuff.
CSS:
input:checked + div { display: none; }