logo_michael-thomas.jpg (3143 bytes)

Displaying Text Info

Examples of displaying text data in an HTML page.

bulletUsing the <pre> tag.
Example below: (view the source code)
      This is a test of displaying text.
        This line is indented 2 spaces.
          This line is indented 2 more spaces.
    
bulletUsing the <pre> and <code> tags.
Example below: (view the source code)
      
      This is a test of displaying text.
        This line is indented 2 spaces.
          This line is indented 2 more spaces.