Hi everyone, I am having a problem with my browsers.
When I open the file (in both Chrome and Firefox) from the very first example in the book, all I see is a solid black page. I feel like an idiot missing something quite obvious here...

I have triple checked the code:
<html>
<body bgcolor=âWHITEâ>
<p>Paragraph 1</p>
<script type=âtext/javascriptâ>
document.bgColor = âREDâ;
</script>
</body>
</html>
This is the error message I see when I open Web Developer in Firefox:
"The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol."
How can something so simple be going so wrong? What am I missing, how can I fix this problem?
All help is much appreciated.