First off, let's get one thing straight.
Notepad is probably THE NUMBER ONE WORD PROCESSOR
-- in terms of features it DOES NOT have.
Your question is like, "How can I make my donkey run fast enough to achieve Escape Velocity?" Well, the simple answer is, "You can't." Not on planet Earth...
You could create an animated GIF that has exactly three frames, where the first and third frame is blank. Set the timing on the first frame to some arbitrary number of seconds, set the second frame to half a second, and set it up so that it doesn't repeat.
There are numerous applications that...
Depends on where you want the color.
E.g., you can change the background of the entire page on the <BODY> tag:
<BODY bgcolor="#727272"> <!-- dark grey -->
You can change the color of your text in the <FONT> tag:
<FONT color="#EE0000">This text should be red</FONT>
Or you can make similar...
Have you considered that maybe it's a security issue where a website is not allowed access to the client's machine?
When you run it locally, it's not a security issue, because you're running a local program locally. But you open up a nasty can of worms allowing strangers remote access to your...