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
0 Comments
If anyone has Doubts or suggestions please let me know