HTML <blink>标签用于将文本括起来使其闪烁。Netscape支持此标签,现在已经过时了。
blink 示例
<!DOCTYPE html> <html> <head> <title>HTML blink Tag</title> </head> <body> <blink>This text will blink in Netscape Version 5.0</blink> </body> </html>
这将产生以下结果-
浏览器支持
| Chrome | Firefox | IE | Opera | Safari | Android |
|---|---|---|---|---|---|
| Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | Not Supported |