HTML/CSS/Text Attributes/nowrap

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

"nowrap" is similar to the "pre" element

   <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"s tag.

</BODY> </HTML>


     </source>