MooTools - Hello World 1

by pythondave

HTML

<div id="div1"></div>

JavaScript

$('div1').set('text', 'Hello World!');