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

Level 10 lesson 1 code

Can anyone please share the code for level 10 lesson 1?
by

2 Answers

kshitijrana14
Try this one

<!doctype html>
<html>
<head>
<title>JS with HTML</title>
</head>
<body>
<script>
document.write("<h1>Hello World</h1>");
</script>
</body>
</html>
Ibnulj452s
Thank you !

Login / Signup to Answer the Question.