'pre' Example : pre « HTML Tag Reference « HTML CSS Reference






'pre' Example

    
<html>
<head>
<title>pre element example</title>
</head>
<body>
    <pre>No nonbreaking spaces (&nbsp;) are necessary in a pre element.</pre>
Text      Text                     Text
Text text &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text 
</body>
</html>
    
      
      








Related examples in the same category

1.'pre' Syntax and Note
2.'pre' HTML Attributes
3.'pre' Event Handlers
4.'pre' CSS Attributes and JavaScript Style Properties
5.'pre' Microsoft Behaviors
6.'pre' Microsoft Filters
7.'pre' JavaScript Properties
8.'pre' JavaScript Methods
9.'pre' JavaScript Collections
10.'pre' JavaScript Objects