learning hacking steps up
by krish
HTML
<html>
<div id="u"></div>
<div id="p"></div>
</html>
JavaScript
username=String.fromCharCode( 106,111,104,110,110,121 );
password=String.fromCharCode( 107,101,98,97,98 );
document.write(username);
document.write(password);