/

HTML / CSS / JavaScript Tutorial

HTML Element: <noscript>

[this page | pdf | back links]

The HTML <noscript> element indicates the alternate content to be used for users whose browsers do not support client-side scripts (either because the browser doesn’t support them, which is rare these days, or because users have disabled their use). It can be used inside both <head> and <body> elements. With the former, it can only contain <link>, <style> and <meta> elements.

 

The attributes it can take are HTML global attributes and HTML event attributes.

 

To create or access such an element in JavaScript see here. The corresponding HTML DOM object supports standard DOM properties and methods. The default style applicable to this element is shown here.

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Elements


Desktop view | Switch to Mobile