<SMALL> | NN 2 IE 3 HTML 3.2 |
<SMALL>...</SMALL> | HTML End Tag: Required |
The small element renders its content in a relative size one level smaller than the text preceding the element. Given the font element's way of specifying sizes in a range of 1 through 7, the small element displays its content one size smaller than the text that comes before it. This attribute is the same as specifying <FONT size=-1>. |
|
Example | |
<P>Let's get really <SMALL>small</SMALL>.</P> |
|
Object Model Reference | |
[window.]document.getElementById(elementID)
|
|
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
|