PDA

View Full Version : can <noscript> tag go in head below <script>?


Jon Dapron
04-08-2004, 08:03 PM
I was wondering if the <noscript> tag with "your browser does not support scripts" could go in the <head></head> section below my external javascript <script> tags, or if it had to be in the body.
Thanks!

Josh
04-08-2004, 08:06 PM
They would go in the body because it would be putting text on the page if javascript was disabled.

Something like <noscript><span style="font:arial bold 20pt;">Javascript is disabled!!!</span></noscript>