Basic example of filling a div

This is a fragment meant to show use of javascript in action.

by ocorpening

HTML

<div id="textDiv"></div>

JavaScript

document.getElementById("textDiv").innerHTML = "If this is how you see the world, I'd love to chat with you";