HTML CSS Reference/HTML Tag Reference/ins
Содержание
- 1 "ins" CSS Attributes and JavaScript Style Properties
- 2 "ins" Event Handlers
- 3 "ins" Example
- 4 "ins" HTML Attributes
- 5 "ins" JavaScript Collections
- 6 "ins" JavaScript Methods
- 7 "ins" JavaScript Objects
- 8 "ins" JavaScript Properties
- 9 "ins" Microsoft Behaviors
- 10 "ins" Microsoft Filters
- 11 "ins" Syntax and Note
"ins" CSS Attributes and JavaScript Style Properties
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 |
+----------------+--------------------------------------------------------------+
"ins" Event Handlers
+----------------+--------------------------------------------------------------+
| Event |onActivate onBeforeDeactivate |
| Handlers |onBeforeEditFocus onBlur |
| |onClick onControlSelect |
| |onDblClick onDeactivate |
| |onFocus onHelp |
| |onKeyDown onKeyPress |
| |onKeyUp onMouseDown |
| |onMouseMove onMouseOut |
| |onMouseOver onMouseUp |
| |onMove onMoveEnd |
| |onMoveStart onReadyStateChange |
| |onResize onResizeEnd |
| |onResizeStart onTimeError |
+----------------+--------------------------------------------------------------+
"ins" Example
<html>
<head>
<title>ins element example</title>
</head>
<body>
<p>
<ins>This text has been inserted in the document.</ins>
</p>
</body>
</html>
"ins" HTML Attributes
+----------------+--------------------------------------------------------------+
| HTML |accesskey begin |
| Attributes |cite class |
| |contenteditable datetime |
| |dir disabled |
| |end hidefocus |
| |id lang |
| |language style |
| |syncmaster systemBitrate |
| |systemCaptions systemLanguage |
| |systemOverdubOrSubtitle tabindex |
| |timecontainer title |
| |unselectable |
+----------------+--------------------------------------------------------------+
"ins" JavaScript Collections
+----------------+--------------------------------------------------------------+
| JavaScript |all attributes |
| Collections |behaviorUrns childNodes |
| |children |
+----------------+--------------------------------------------------------------+
"ins" JavaScript Methods
+----------------+--------------------------------------------------------------+
| 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 |
+----------------+--------------------------------------------------------------+
"ins" JavaScript Objects
+----------------+--------------------------------------------------------------+
| JavaScript |currentStyle runtimeStyle |
| Objects |style |
+----------------+--------------------------------------------------------------+
"ins" JavaScript Properties
+----------------+--------------------------------------------------------------+
| JavaScript |accessKey canHaveChildren |
| Properties |canHaveHTML cite |
| |className clientHeight |
| |clientWidth contentEditable |
| |dateTime 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 |
+----------------+--------------------------------------------------------------+
"ins" Microsoft Behaviors
+----------------+--------------------------------------------------------------+
| Microsoft |clientCaps download |
| Behaviors |homePage time |
| |time2 |
+----------------+--------------------------------------------------------------+
"ins" Microsoft Filters
+----------------+--------------------------------------------------------------+
| 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 |
+----------------+--------------------------------------------------------------+
"ins" Syntax and Note
Note:
This element marks the text as inserted.
The text is rendered in an underline.
This tag is similar to <u> in the way it renders text.
Syntax:
<ins attributes events> . . . </ins>