Source Code:
(back to article)
Submit
Result:
Report an issue
<!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 <blink> Element </h1> <blink>The <blink> element is deprecated. To attain blinking effect you should use CSS or JavaSrcipt. See examples in the next section.</blink> </body> </html>