Thursday, 21 January 2016

Outputs Using writeln/ write

HELLO WORLD

<html>
<head>
</head>
<body>
<script type='text/javascript'>
document.writeln('Hello World!');
</script>
</body>

</html>

0 comments:

Post a Comment