HTMLBodyElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement
Namespace: DOM
Detailed Description
The HTML document body. This element is always present in the DOM
API, even if the tags are not present in the source document. See
the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-BODY">
BODY element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLBodyElementImpl |
impl |
|
) |
|
|
|
Color of active links (after mouse-button down, but before
mouse-button up). See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-alink">
alink attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
URI of the background texture tile image. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-background">
background attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
Document background color. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor">
bgcolor attribute definition in HTML 4.0. This attribute
is deprecated in HTML 4.0.
Color of links that are not active and unvisited. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-link">
link attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
Document text color. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-text">
text attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
Color of links that have been visited by the user. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-vlink">
vlink attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.