'nowrap' Example : nowrap « HTML Attributes Reference « HTML CSS Reference






'nowrap' Example

    
<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'stag.
</div>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'nowrap' Syntax and Note
2.nowrap is applied to