HTML CSS Reference/HTML Attributes Reference/nowrap

Материал из Web эксперт
Версия от 11:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"nowrap" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For nowrap</Title></head> <BODY>

Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. Layer1.

Layer1. Layer1. Layer1. Layer1.

Attribute nowrap is present in this div element"stag.

</BODY> </HTML>


     </source>
   
  


nowrap is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<body>

|

| |
|

| |<td> <th> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"nowrap" Syntax and Note

   <source lang="html4strict">

Note:

This attribute is similar to the
 element.
nowrap is a Boolean attribute, taking the values true and false.
It determines whether or not to perform word wrapping. 
The HTML 4.0 standard favors using style sheet rules. 
    
Syntax:
    
<element nowrap="value"> . . . </element>
    
      
      </source>

Источник — «http://wbex.ru/index.php?title=HTML_CSS_Reference/HTML_Attributes_Reference/nowrap&oldid=6783»