First time here? Check out the FAQ!

kraryal's profile - activity

2010-10-14 21:13:18 -0500 received badge Teacher ( source )
2010-10-12 10:08:06 -0500 answered a question Is there a way to escape the < character?

To escape html characters, you usually want the & code for it.

For < use "&#60;" where you want "<".
For > use "&#62;" where you want ">".

This link has most of the characters. http://www.ascii.cl/htmlcodes.htm