HTML CSS Reference/HTML Tag Reference/wbr

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

"wbr" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | CSS |behavior | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" Example

   <source lang="html4strict">
   

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

   <nobr>Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text </nobr>
   

<nobr>Text Text Text Text Text Text Text Text Text break break break break break break break break break break break break </nobr>

</body> </html>


     </source>
   
  


"wbr" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |id | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" JavaScript Collections

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |behaviorUrns | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" JavaScript Methods

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |addBehavior componentFromPoint | | Methods |fireEvent getAttribute | | |getAttributeNode normalize | | |removeAttribute removeAttributeNode | | |removeBehavior scrollIntoView | | |setAttribute setAttributeNode | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" JavaScript Objects

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |currentStyle | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |canHaveHTML id | | Properties |isContentEditable isDisabled | | |isMultiLine outerHTML | | |outerText parentElement | | |scopeName tagUrn | +----------------+--------------------------------------------------------------+

     </source>
   
  


"wbr" Microsoft Behaviors

   <source lang="html4strict">

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

     </source>
   
  


"wbr" Syntax and Note

   <source lang="html4strict">

Note: This element is used within the <nobr> element. <nobr> element displays text without a line break element in the <nobr> tags will create a spot where a line-break point can be introduced. Syntax:

. . . </wbr>


     </source>