LT stands for Less Than. Suppose you need to show the character < in a web page. You can't just type it, because the browser will think it's the beginning of a tag. So instead you represent < by the four characters "&LT;", which the browser will convert to the < you want. (There are lots of other special characters you can get in the same way.)