Write a JavaScript to display hello world.
CODING:
<! DOCTYPE html>
<html>
<head>
<title>Write s JvaScript to display hello world.
</title>
<script type="text/javascript">
document.write("Hello World");
</script>
</head>
</html>
CODING:
<! DOCTYPE html>
<html>
<head>
<title>Write s JvaScript to display hello world.
</title>
<script type="text/javascript">
document.write("Hello World");
</script>
</head>
</html>
Comments
Post a Comment