i am trying to put this in a text area with the id registers and though i tried many ways i was unable to get a new line in the text area
var r0=0,r1=0,r2=0,r3=10;
$('#run').click(function(){
;
$("#registers").html('Register 3:'+r3+ '<br>' + 'Register 0:'+r0 );
});
and this is the out put i get in the text area
Register 3:10<br>Register 0:0