I need to make HTML code show up on my page for visitors to see. How do i do this?

To show the less than and greater than symbols, < and > ...

for <, type < (that's the ampersand symbol, letter "l", letter "t", and semicolon)

for >, type > (that's the ampersand symbol, letter "g", letter "t", and semicolon)
 
Back
Top