While developing websites there are times when I need to display the characters < and > on a web page. Since these characters are reserved you must encode them first. Encoding simply converts < to < in the source code. When the browser reads the source code it then decodes and displays it properly.
HTML Encode and Decode tool