Someone remind me, why did they remove and deprecate the `<blink>` HTML element but not the `<marquee>` element? Actually, scratch the first part. Why did they remove the former?
@freddy Is that a serious question?
That was back when the web was largely static, JavaScript being a very basic language and almost never used for animations. These two were used to make things slightly dynamic, and they were annoying as hell. But I think the official reason was that <blink> had no semantic meaning and was purely presentational (still, <b> was merely deprecated and never removed). I don’t really remember why <marquee> was spared, but I suspect that removing <blink> was easy – it would just become static text, no big deal. <marquee> might be used for overlong text and not supporting it would mean that part of the text became inaccessible.