HTML CSS Reference/HTML Tag Reference/html

Материал из Web эксперт
Перейти к: навигация, поиск

"html" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

Names noted with an asterisk (*) are JavaScript properties only. +----------------+--------------------------------------------------------------+ | CSS |!important background | | Attributes |background-attachment background-color | | and |background-image background-position | | JavaScript |background-repeat behavior | | Style |color cursor | | Properties |display font | | |font-family font-size | | |font-style font-variant | | |font-weight letter-spacing | | |line-height overflow | | |overflow-x overflow-y | | |text-autospace text-decoration | | |text-transform text-underline-position | | |textDecorationBlink(*) textDecorationLineThrough(*) | | |textDecorationNone(*) textDecorationOverline(*) | | |textDecorationUnderline(*) visibility | | |word-spacing word-wrap | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" Event Handlers

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Event |onLayoutComplete onMouseEnter | | Handlers |onMouseLeave onReadyStateChange | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |class dir | | Attributes |id lang | | |scroll version | | |xmlns | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" JavaScript Collections

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |all attributes | | Collections |behaviorUrns childNodes | | |children | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" JavaScript Methods

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |addBehavior appendChild | | Methods |applyElement attachEvent | | |clearAttributes cloneNode | | |componentFromPoint contains | | |detachEvent dragDrop | | |fireEvent getAdjacentText | | |getAttribute getAttributeNode | | |getElementsByTagName hasChildNodes | | |insertAdjacentElement insertBefore | | |mergeAttributes normalize | | |removeAttribute removeAttributeNode | | |removeBehavior removeChild | | |removeNode replaceAdjacentText | | |replaceChild replaceNode | | |setAttribute setAttributeNode | | |swapNode | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" JavaScript Objects

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |currentStyle runtimeStyle | | Objects |style | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |canHaveChildren canHaveHTML | | Properties |className clientHeight | | |clientLeft clientTop | | |clientWidth cursor | | |dir disabled | | |firstChild id | | |innerHTML innerText | | |isContentEditable isDisabled | | |isMultiLine isTextEdit | | |lang lastChild | | |nextSibling nodeName | | |nodeType nodeValue | | |offsetHeight offsetLeft | | |offsetParent offsetTop | | |offsetWidth outerHTML | | |outerText ownerDocument | | |parentElement parentNode | | |parentTextEdit previousSibling | | |readyState scopeName | | |scroll scrollHeight | | |scrollLeft scrollTop | | |scrollWidth sourceIndex | | |tagName tagUrn | | |title uniqueID | | |version | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" Microsoft Behaviors

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Microsoft |clientCaps download | | Behaviors |homePage | +----------------+--------------------------------------------------------------+

     </source>
   
  


"html" Syntax and Note

   <source lang="html4strict">

Note: This element identifies an HTML document. It has two main sections, <head> and <body>.

Syntax:

<html attributes events> . . . </html>


     </source>