Try this code for blinking text

<html>
<head>
<title>Example of Formatting Text</title>
</head>
<body>


This <blink>word</blink> is Blinking</p>
</body>
</html>