Thursday, 21 January 2016

Output using Alert

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

</html>

0 comments:

Post a Comment