Some white text

on a red background

Look at the type at the bottom in status bar.

<script>
document.bgColor = "red";
document.fgColor = "white";
window.defaultStatus = "Note on status bar at bottom...";
</script>
<h1>Some white text</h1>
<h2>on a red background</h2>
<h3>Type at the bottom in status bar.<p>