HTML blink Tag
Advertisements
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</link> </body> </html>
This will produce following result:
Browser Support
| Chrome | Firefox | IE | Opera | Safari | Android |
|---|---|---|---|---|---|
| Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | Not Supported |
html_tags_reference.htm
Advertisements