'width' determines the width of an element : pre « Tags « HTML / CSS






'width' determines the width of an element

 
    
<HTML>
<head>
<Title>Example For width</Title>
</head>
<BODY>
<pre width="500" style="font-size:14pt;">This text is embedded between pre tags.</pre>
</BODY>
</HTML>

    
      
        
  








Related examples in the same category

1.'pre' renders text in a fixed-width or monospaced font
2.white-space: pre
3.Use
 to keep the space
4.Pre Example
5.preformatted text in HTML