HTML help.

3 posts / 0 new
Last post
Offline
Last seen: 18 years 9 months ago
Joined: Dec 20 2003 - 10:38
Posts: 13
HTML help.

I want to write a 'html' tutorial, but I have no idea how to include html tags (for the tutorial) without the browser interpreting them as actual page code.

Can anyone help me?

Thanks...

Cruller's picture
Offline
Last seen: 16 years 9 months ago
Joined: Dec 19 2003 - 18:53
Posts: 89
You could use a different bra

You could use a different bracket type and let the reader know which to use...

Reverend Darkness's picture
Offline
Last seen: 10 years 7 months ago
Joined: Dec 20 2003 - 10:38
Posts: 502
You need to know the code for the code

Now that I sound like a prophet from the Matrix, let me explain:

Every character has a hexadecimal code that can be used to represent it in a situtaion where you do not want the character in quesiton translated as HTML code. Example:

An open bracket is the same as the "less than" symbol, so you would use < to show an open bracket, or <

A good reference for special characters is http://www.bbsinc.com/iso8859.html

Now, you do realize how ironic it is that you are asking for assistance with HTML to write an HTML tutorial, don't you? Wink

Log in to post comments