Well, here's the "fixed" code (see attachment). Rename the extension from .txt to .html (or .htm).
And about the "<center>" tag, it's actually depricated as of HTML 4.0 which means, although you can use it, you shouldn't. You should use the align attributes of another element. Personally, I use <DIV> or <SPAN>.