<NOEMBED> | NN 2 IE n/a HTML n/a |
<NOEMBED>...</NOEMBED> | HTML End Tag: Required |
Navigator provides a tag for isolating advisory content that displays in browsers incapable of working with plugins. All content between the start and end tags of the noembed element is not rendered in Navigator (or Internet Explorer) but is rendered in other browsers (which ignore the tag but not the content). There are no attributes for this element. |
|
Example | |
<EMBED name="jukebox" src="jazz.aif" height="100" width="200"></EMBED> <NOEMBED> To play the music associated with this page, you need a modern graphical browser. </NOEMBED> |
|
Element-Specific Attributes | |
None. |
|
Element-Specific Event Handler Attributes | |
None. |
lang | NN 3 IE 4 HTML 4 |
lang="languageCode" | Optional |
The language being used for the element's attribute values and content. A browser can use this information to assist in proper rendering of content with respect to details such as treatment of ligatures (when supported by a particular font or required by a written language), quotation marks, and hyphenation. Other applications and search engines might use this information to aid the selection of spell-checking dictionaries and the creation of indices. |
|
Example | |
<SPAN lang="de">Deutsche Bundesbahn</SPAN> |
|
Value | |
Case-insensitive language code. |
|
Default | |
Browser default. |
|
Object Model Reference | |
[window.]document.getElementById(elementID).lang
|