You want to make the text blink?
You can code that, but it won't show up in all browsers as it's not a supported thing. The blink element is abandoned by browsers: Firefox supported it up to version 22, and Opera up to version 12. And so on.
Anyway you can try this code:
HTML Code:
<blink>I want this to blink</blink>
Otherwise you can google up a CSS definition for it, although still not browser supported.