The code you have has some characters missing and a few extras.
You have:
<font size=5 color=#FF0000 face=<marquee direction="right" align="middle" behavior="alternate">I am going to DL and WDW !</marquee></font>
It should be:
<font size=5 color=#FF0000><marquee direction="right" align="middle" behavior="alternate">I am going to DL and WDW !</marquee></font>
To get:
<font size=5 color=#FF0000><marquee direction="right" align="middle" behavior="alternate">I am going to DL and WDW !</marquee></font>
Hope this helps. If you need anything else, let me know.
Bob