HTML CSS Reference/HTML Tag Reference/q

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

"q" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

Names noted with an asterisk (*) are JavaScript properties only. +----------------+--------------------------------------------------------------+ | CSS |accelerator background-position-x | | Attributes |background-position-y behavior | | and |border border-bottom | | JavaScript |border-bottom-color border-bottom-style | | Style |border-bottom-width border-color | | Properties |border-left border-left-color | | |border-left-style border-left-width | | |border-right border-right-color | | |border-right-style border-right-width | | |border-style border-top | | |border-top-color border-top-style | | |border-top-width border-width | | |direction display | | |filter hasLayout(*) | | |height layout-flow | | |layout-grid layout-grid-mode | | |margin margin-bottom | | |margin-left margin-right | | |margin-top overflow | | |overflow-x overflow-y | | |padding padding-bottom | | |padding-left padding-right | | |padding-top pixelBottom(*) | | |pixelHeight(*) pixelLeft(*) | | |pixelRight(*) pixelTop(*) | | |pixelWidth(*) posBottom(*) | | |posHeight(*) posLeft(*) | | |posRight(*) posTop(*) | | |posWidth(*) text-autospace | | |text-overflow text-underline-position | | |unicode-bidi white-space | | |width word-wrap | | |writing-mode zoom | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" Event Handlers

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Event |onActivate onBeforeDeactivate | | Handlers |onBeforeEditFocus onBlur | | |onClick onControlSelect | | |onDblClick onDeactivate | | |onDrag onDragEnd | | |onDragEnter onDragLeave | | |onDragOver onDragStart | | |onDrop onFocus | | |onHelp onKeyDown | | |onKeyPress onKeyUp | | |onMouseDown onMouseMove | | |onMouseOut onMouseOver | | |onMouseUp onMove | | |onMoveEnd onMoveStart | | |onReadyStateChange onResizeEnd | | |onResizeStart onSelectStart | | |onTimeError | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" Example

   <source lang="html4strict">
   

<html> <head> <title>q element example</title> </head> <body>

   

The q content is not rendered as a 40-pixel indentedblock.

   

</body> </html>


     </source>
   
  


"q" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |accesskey begin | | Attributes |cite class | | |contenteditable dir | | |disabled end | | |hidefocus id | | |lang language | | |style syncmaster | | |systemBitrate systemCaptions | | |systemLanguage systemOverdubOrSubtitle | | |tabindex timecontainer | | |title unselectable | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" JavaScript Collections

   <source lang="html4strict">

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

     </source>
   
  


"q" JavaScript Methods

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |addBehavior appendChild | | Methods |applyElement attachEvent | | |blur clearAttributes | | |cloneNode componentFromPoint | | |detachEvent fireEvent | | |focus getAdjacentText | | |getAttribute getAttributeNode | | |getBoundingClientRect getClientRects | | |getElementsByTagName getExpression | | |hasChildNodes insertAdjacentElement | | |insertBefore mergeAttributes | | |normalize removeAttribute | | |removeAttributeNode removeBehavior | | |removeChild removeExpression | | |removeNode replaceAdjacentText | | |replaceChild replaceNode | | |setActive setAttribute | | |setAttributeNode setExpression | | |swapNode | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" JavaScript Objects

   <source lang="html4strict">

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

     </source>
   
  


"q" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |accessKey canHaveChildren | | Properties |canHaveHTML cite | | |className clientHeight | | |clientWidth contentEditable | | |dir disabled | | |end firstChild | | |hasLayout hideFocus | | |id innerHTML | | |innerText isContentEditable | | |isDisabled isMultiLine | | |isTextEdit lang | | |language lastChild | | |nextSibling nodeName | | |nodeType nodeValue | | |offsetHeight offsetLeft | | |offsetParent offsetTop | | |offsetWidth outerHTML | | |outerText ownerDocument | | |parentElement parentNode | | |parentTextEdit previousSibling | | |readyState scopeName | | |scrollHeight scrollLeft | | |scrollTop scrollWidth | | |sourceIndex tabIndex | | |tagName tagUrn | | |title uniqueID | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" Microsoft Behaviors

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Microsoft |clientCaps download | | Behaviors |homePage httpFolder | | |saveFavorite saveHistory | | |saveSnapshot time | | |time2 userData | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" Microsoft Filters

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Microsoft |Alpha Barn | | Filters |BasicImage BlendTrans | | |Blinds Blur | | |CheckerBoard Chroma | | |Compositor DropShadow | | |Emboss Engrave | | |Fade FlipH | | |FlipV Glow | | |GradientWipe Gray | | |ICMFilter Inset | | |Invert Iris | | |Light MaskFilter | | |Matrix MotionBlur | | |Pixelate RadialWipe | | |RandomBars RandomDissolve | | |RevealTrans Shadow | | |Slide Spiral | | |Stretch Strips | | |Wave Wheel | | |Xray Zigzag | +----------------+--------------------------------------------------------------+

     </source>
   
  


"q" Syntax and Note

   <source lang="html4strict">

Note: This element marks text as a quotation.

This element works like the
element.

Text contained in this tags does not indent 40 pixels.

The
element is more appropriate for long quotations.

Syntax:

. . .


</source>