I\'d like to toggle a javascript turned off. I would like to select a hyperlink that sta
You can't toggle on clicks without javascript. End.
Update:
If you can use CSS 3 selectors, you'll have to change your DOM structure and use CSS 3 selectors without a library that covers old browsers which are probably a lot more common than users with javascript off, You can usee @pointy answer with :selected.
So I would say, practically it's still impossible...!