HTML and CSS Reference
In-Depth Information
<noscript>
Supplies content to <script> -challenged
browsers
Function
class , dir , id , lang , onClick , onDblClick ,
onKeyDown , onKeyPress , onKeyUp , onMouseDown ,
onMouseMove , onMouseOut , onMouseOver ,
onMouseUp , style , title
Attributes
</noscript> ; never omitted
End tag
Contains
body_content
Used in
text
Very old, albeit <script> -able, browsers like Netscape 2 and Internet Ex-
plorer 3 blithely display the contents of the <noscript> tag, to the con-
fusion of their users. Given the paucity of users of these browsers, we
question the need, but there are ways to detect and handle <script> -
challenged browsers, detailed in any good JavaScript book.
The <noscript> tag supports the six standard HTML 4/XHTML attrib-
utes class and style for style management, lang and dir for language
type and display direction, title and id for titling and naming the en-
closed contentand the event attributes for user-initiated processing. [ The
dir attribute, 3.6.1.1 ] [ The lang attribute, 3.6.1.2 ] [ The id attribute,
Search WWH ::




Custom Search