Description
The HTML <blink> tag is used to enclose a text to make it blink. This tag was supported by Netscape and now this is obsolete.
Example
<!DOCTYPE html> <html> <head> <title>HTML blink Tag</title> </head> <body> <blink>This text will blink in Netscape Version 5.0</blink> </body> </html>
This will produce the following result −
Browser Support
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | Not Supported |