how to append long html files WITH SPACE?!

how to append long html files WITH SPACE?!

if this code will be long html codes as 300 lines. You have to write codes without space. But any Code Editor gives space between of tags. And I have to delete all space. Is there any solution for it?

$("body").append($("<div id='dzndiv'><div style='position:absolute;left:0px;top:0px;width:100%;height:800px;'><img src='img/transparent.png' width='100%' height='100%'/></div></div>"));

it is not true but solution example like this or equal?: 
$("body").append($.load("longstuff.html");