0
votes
Is there a html opposite to noscript
There isn't a tag for that. You would need to use javascript to show the text.
Some people already suggested using JS to dynamically set CSS visible. You could also dynamically generate th …
2
votes
What is a good online resource for css ‘design patterns’?
I refer to A List Apart articles all the time for those sorts of things. They do a lot of trial-and-error research to come up with really cre …
