Change content of div - jQuery

Change content of div - jQuery

planning to replace the coordinate values with an address and placing between the <div>. But cannot understand the code in red line. 


 $(this).html("< div class='Address_" + coords[0].replace('.', '_') + "_" + coords[1].replace('.', '_') + "'> </div>")

it shows in browser inspect 

<div class='Address_47_0000_8_0000'></div>