HTML 4.01 Element Reference
By Lee Underwood
Return to HTML 4.01 element index page
Name: Alternate Content Container - Scripts
<noscript> ... </noscript>
Description: Specifies content that will appear in browsers that do not support scripts.
Browser Compatibility: NN: 2.0+ / IE: 3.0+ / Opera: 4+
|
Attributes:
|
- class
- dir
- id
- lang
- onclick
- ondblclick
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- style
- title
|
Code Example:
<noscript>
Access data
here.
</noscript>
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/