Utilizing the Element.update() method from the prototype:
[ ... ]
var link_1 = new Element('a').update( '<' );
var link_2 = new Element('a').update( '<<' );
[ ... ]
Encountering a unique issue only in IE:
'link_1' is not defined
Is there a way to insert the string "<" into a prototype element?