Pops up an alert box with text.

<script type="text/javascript">

alert('Hello World');

</script>