'listing' Syntax and Note : listing « HTML Tag Reference « HTML CSS Reference






'listing' Syntax and Note

Note:

This element displays text in a fixed-width font. 
<pre> element performs the same functionality.
<pre> element is preferred over this element.
    
Syntax:
    
<listing attributes events> . . . </listing>
    

      
      








Related examples in the same category

1.'listing' HTML Attributes
2.'listing' Event Handlers
3.'listing' CSS Attributes and JavaScript Style Properties
4.'listing' Example
5.'listing' Microsoft Behaviors
6.'listing' JavaScript Properties
7.'listing' JavaScript Methods
8.'listing' JavaScript Collections
9.'listing' JavaScript Objects