Skip to content

24 ways to impress your friends

Vote up?

Kriss

I’d suggest using “semantic css” to hide the information irrelevant to visual browsers, but leave it accessible to aural browsers:

@media screen {
.tag-cloud SPAN {display:none;}
}