Mode:
Duration:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Hello JSFiddle</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px }
h1 { color: #4CAF50 }
</style>
</head>
<body>
<h1 id="output"></h1>
<script>
document.getElementById("output").textContent = "Hello World"
</script>
</body>
</html>Coding works best on desktop or with an external keyboard.