Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sao.ru/cats/~satr/JS/REF/tags2.htm
Дата изменения: Thu Mar 26 16:45:00 1998 Дата индексирования: Tue Oct 2 05:24:17 2012 Кодировка: Поисковые слова: р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п |
<HTML>...</HTML>
<HTML>
<BODY>
This is a small HTML file.
</BODY>
</HTML>
<HEAD>...</HEAD>
<HEAD>
<TITLE> Mozilla speaks out</TITLE>
<BASE HREF="http://www.mozilla.com">
</HEAD>
<BODY
BACKGROUND="
bgURL
"
BGCOLOR="
color
"
TEXT="
color
"
LINK="
color
"
ALINK="
color
"
VLINK="
color
"
ONLOAD="
loadJScode
"
ONUNLOAD="
unloadJScode
"
ONBLUR="
blurJScode
"
ONFOCUS="
focusJScode
"
CLASS=
"styleClass"
ID=
"namedPlaceOrStyle"
LANG=
"ISO"
STYLE=
"style"
>
...
</BODY>
BACKGROUND="bgURL"
specifies an image to display in the background of the document. The URL value can be an absolute URL (for example,"http://www.yourcompany.com/images/image1.htm"
) or a relative URL (for example,"images/image1.gif"
). The image is tiled, which means it is repeated in a grid to fill the entire window or frame where the document is displayed. Navigator 1.1.
BGCOLOR="color"
sets the color of the background. See "Color Units" for information about color values. Navigator 1.1
TEXT="color"
sets the color of normal text (that is, text that is not in a link) in the document. See "Color Units" for information about color values.
LINK="color"
sets the default text color of unvisited links in the document. An unvisited link is a link that has not been clicked on (or followed)..
ALINK="color"
specifies the color to which links briefly change when clicked. After flashing the ALINK color, visited links change to the VLINK color if it has been specified; otherwise they change to the browser's default visited link color.
VLINK="color"
specifies the text color of visited (followed) links in a document.
ONLOAD="loadJScode"
specifies JavaScript code to execute when the document finishes loading. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.
ONUNLOAD="unloadJScode"
specifies JavaScript code to execute when the document is unloaded.
ONFOCUS="focusJScode"
specifies JavaScript code to execute when the window in which the document is displayed receives an onFocus event, indicating that the window has acquired focus.
ONBLUR="blurJScode"
specifies JavaScript code to execute when the window in which the document is displayed receives an onBlur event, indicating that the window has lost focus.
<BODY BGCOLOR="#FFFFAA" TEXT="black" LINK="blue" VLINK="green" ALINK="red">
...
</BODY>
Last Updated: 01/26/98 21:33:44