> is the character escape ('character entity reference') for the > character in HTML
Say you want to display a > in html; if you typed it in straight then the browser would think it was opening a tag, so you use > instead.
Other common ones are < " & etc... go to
w3c.org for the full list.
Oh yeah, gt stands for 'greater than'...