HTML/CSS/Text Attributes/nowrap — различия между версиями

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

Текущая версия на 08:16, 26 мая 2010

"nowrap" is similar to the "pre" element

    
<HTML>
<head><Title>Example For nowrap</Title></head>
<BODY>
<div id="Layer1">
Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. 
Layer1. Layer1. Layer1. Layer1. Layer1. Layer1. 
Layer1. Layer1. Layer1. Layer1. </div>
<div id="Layer2" nowrap="true">
Attribute nowrap is present in this div element"s tag.
</div>
</BODY>
</HTML>