L (Apache web server tutorial) Literal (Definition) The appearance will be
L Literal (Definition) The appearance will be similar to that rendered by a , or tag. Use of this tag is highly deprecated but it still persists in some legacy content. See also: Element object, KBD object, PRE object Event name JavaScript JScript N IE Opera DOM HTML Notes onClick 3.0 + 4.0 + 4.0 + Warning onDblClick 3.0 + 4.0 + 4.0 + Warning onDragStart 3.0 + 4.0 + - onFilterChange 3.0 + 4.0 + - onHelp 3.0 + 4.0 + Warning onKeyDown 3.0 + 4.0 + 4.0 + Warning onKeyPress 3.0 + 4.0 + 4.0 + Warning onKeyUp 3.0 + 4.0 + 4.0 + Warning onMouseDown 3.0 + 4.0 + 4.0 + Warning onMouseMove 3.0 + 4.0 + 4.0 + Warning onMouseOut 3.0 + 4.0 + 4.0 + Warning onMouseOver 3.0 + 4.0 + 4.0 + Warning onMouseUp 3.0 + 4.0 + 4.0 + Warning onSelectStart 3.0 + 4.0 + - Inheritance chain: Element object, Node object Literal (Definition) Constant values used to initialize or assign a value. Literals are constant values used in assignments or as arguments to functions or expressions. A literal is considered to be a primary expression when it is being evaluated. There are several kinds of literals. They are all based on the primitive types. The ECMA standard defines four basic data types, which should be sufficient for most purposes; however, a hosted interpreter may provide other more esoteric primitive values. Here are the four core standard types: . Null . Boolean . Numeric . String 1349