Viewing 2 replies - 1 through 2 (of 2 total)
  • You could convert all the
    ‘<’ and ‘>’ to ‘&lt’ and ‘&gt’
    or (tho obsolete in html 4.0)
    <xmp> </xmp>

    Meant to say you could also use
    <textarea></textarea>
    But not always the type of display people want.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘show Html,php,js,css Code’ is closed to new replies.