Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
blink {
color: #1c87c9;
font-size: 20px;
font-weight: bold;
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>The &lt;blink&gt; Element </h1>
<blink>The &lt;blink&gt; element is deprecated. To attain blinking effect you should use CSS or JavaSrcipt. See examples in the next section.</blink>
</body>
</html>