Space for google add

To Display Hello, Good Morning Message .



 Write JavaScript code to display Hello, Good Morning message.(Using document. write)   


Program :-

<html>

<body>

<body bgcolor= "orange">

<center><font size=""5"font color="blue"font face="altgerian">

<h2> Wel Come To JavaScript </h2>

</font></center>

<script language = "javascript">

document.write("HELLO , HOW ARE YOU FRIENDS ? ")

</script>

</body>

</html

Extension of this code is .html 



Output:- 



Post a Comment

0 Comments