현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
개요
HTML 블링크 태그 (<blink>
) 는 비표준 태그이며 텍스트를 깜빡이게 만드는 데 쓰입
Warning: Do not use this element as it is non-standard and deprecated. Blinking text is frowned upon by several accessibility standards and the CSS specification allows browsers to ignore the blink value.
DOM interface
This element is unsupported and thus implements the HTMLUnknownElement
interface.
예시
<blink>왜 이걸 사용해야 합니까?</blink>
결과 (아래, 이미지이므로 번역 불가)
Specification
This element is non-standard and not part of any specification. If you don't believe us, see for yourself in the HTML spec.
브라우저 호환성
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | Not supported | Until 22.0 (22.0) Not supported since 23.0 (23.0) |
Not supported | Until 12.1 Not supported since 15.0 |
Not supported |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | Not supported | Until 22.0 (22.0) Not supported since 23.0 (23.0) |
Not supported | Until 12.1 Not supported since 15.0 |
Not supported |
See also
- History of the creation of the HTML
<blink>
element. text-decoration
, where a blink value exists, though browsers are not required to effectively make it blink.<marquee>
, another similar non-standard element.- CSS animations are the way to go to create such an effect.