<BLINK> | NN <6 IE n/a HTML n/a |
<BLINK>...</BLINK> | HTML End Tag: Required |
The blink element is Marc Andreessen's contribution to horrifying web pages. All content of the element flashes on and off uncontrollably in a distracting manner. The more content you place inside the element, the more difficult it is to read between the flashes. Please don't use this tag. I beg you. This element does not have any attributes or event handlers, and it did not survive the migration to Version 6. |
|
Example | |
<BLINK>I dare you to read this...and not look at it.</BLINK> |
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
|