Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Studytonight javascript LEVEL 10 LESSON 2

Not able to solve it. Please help
by

1 Answer

kshitijrana14
try this one in tab 1:

<!doctype html>
<html>
<head>
<title>JS with HTML</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>

try this one in tab 2:

document.write("Hello World");

Login / Signup to Answer the Question.