Blinking 
  Text: (optional)
  IE does not support
  can cause seizures in people with epilepsy
  you can't make the <title> blink.
  good for links, anchors, or important text
  but considered passe in the web design.
  <blink>
   
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
  <head>
<title>PONIES PONIES PONIES</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<h1>Here Is My Pony</h1>
<h4 align="left">Isn't she lovely?</h4>
<font face="Verdana">
I <strike>like</strike> love ponies. They are lots of fun and <big><big><strong>furry</strong></big></big>. 
    Sometimes I like to ride them. Galloping is my favorite. Very fast. I like ponies. 
    They are lots of fun and furry. Sometimes I like to ride them. Galloping is 
    my favorite. Very fast. I like ponies. They are lots of fun and <small><strong>furry</strong></small>. 
    Sometimes I like to ride them. Galloping is my favorite. Very fast.</font>
<p>
visit<br />
<font color="red">
  <blink><tt>http://www.mypony.com</tt></blink>
</font>
</body>
</html>