"The truth is what is. What should be is a dirty lie."
- Lenny Bruce


Show HTML

For Starters...

There are two ways that I know of that you can use to show your HTML coding on your page:

  1. To use the equivalent symbols for your tags, or
  2. To use the <xmp> and </xmp> tags to show your HTML.
1. Every tag and symbol in HTML has an equivalent symbol, like a space has the symbol &nbsp; as its equivalent symbol. The equivalent tags for the left tag symbol < and the right tag symbol > are: &lt; and &gt;in that order.

2. The other way to do this is similar, but it creates a space equivalent to the <p> tag. This tag is the

<xmp> and </xmp>

tag. Type in those tags and then your code content between them.

Very easy, both techniques. I hope you understood this tutorial, if you didn't, then you can contact me through the contact (Find) page, the Shoutbox on the homepage or the Forum on the homepage.

1