<html>
<body>
<h1 id="platform">The Anti-Social Network</h1>
<p>Daniel checked-in somewhere</p>
<script>
var platform = document.getElementById("platform");
platform.innerHTML = "The Social Network";
</script>
</body>
</html>]]>Make sure to type platform.innerHTML
.